diff options
-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 |