From 136ac39961046e34b6e2c85538777b2ebdf77a3f Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 22 Nov 2012 13:35:08 +0100 Subject: look for stuff in $(srcdir) to make off-root builds work --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 7533739d..a422e694 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -210,7 +210,7 @@ endif Makefile.am if HAVE_ASCIIDOC @echo "HTML: $@" - $(ASCIIDOC) --unsafe -o $@ -a stylesheet=`pwd`/gegl.css -a quirks! $< + $(ASCIIDOC) --unsafe -o $@ -a stylesheet=$(srcdir)/gegl.css -a quirks! $< else @echo "*** asciidoc must be available in order to make dist" @false -- cgit v1.2.3