diff options
author | Nils Philippsen <nils@redhat.com> | 2012-11-22 13:35:08 +0100 |
---|---|---|
committer | Nils Philippsen <nils@redhat.com> | 2012-11-22 13:35:08 +0100 |
commit | 136ac39961046e34b6e2c85538777b2ebdf77a3f (patch) | |
tree | 595d7d00eb2eae2d5ebbb9ed1a1a0dc06c541de3 /docs | |
parent | cbb655103806ea188d0b507cc491e00335d26074 (diff) |
look for stuff in $(srcdir) to make off-root builds work
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
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 |