diff options
author | Nils Philippsen <nils@redhat.com> | 2012-11-26 16:23:46 +0100 |
---|---|---|
committer | Nils Philippsen <nils@redhat.com> | 2012-11-26 16:23:46 +0100 |
commit | 4564a712910f482bedcb2df1ea7f2d7a1f15cdc8 (patch) | |
tree | cd68d0628b9bc6bf0f3c0564a258fd5a2c276034 /docs | |
parent | 570810d11ed2768c7504891bd18f32dbdf679b14 (diff) |
use $(abs_srcdir) instead of $(srcdir) so stylesheet is found
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 a422e694..548436da 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=$(srcdir)/gegl.css -a quirks! $< + $(ASCIIDOC) --unsafe -o $@ -a stylesheet=$(abs_srcdir)/gegl.css -a quirks! $< else @echo "*** asciidoc must be available in order to make dist" @false |