summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNils Philippsen <nils@redhat.com>2012-11-22 13:35:08 +0100
committerNils Philippsen <nils@redhat.com>2012-11-22 13:35:08 +0100
commit136ac39961046e34b6e2c85538777b2ebdf77a3f (patch)
tree595d7d00eb2eae2d5ebbb9ed1a1a0dc06c541de3 /docs
parentcbb655103806ea188d0b507cc491e00335d26074 (diff)
look for stuff in $(srcdir) to make off-root builds work
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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