From 9ee29a4defea2310862bc8c140127c06f443a54c Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Sat, 21 Sep 2013 16:53:46 +0000 Subject: [PATCH] add GRAMPS_RESOURCES to Makefile otherwise it breaks svn: r23180 --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 420baaf4e..de6a4d85d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = GRAMPS_RESOURCES=$$PWD/.. sphinx-build PAPER = # Internal variables.