[gegl] docs: fix css inclusion in website generation



commit 032e6a4018325a5e0d0b5eb7ba09fd21c9e467ab
Author: Michael Murà <mure michael gmail com>
Date:   Sat Apr 7 21:37:44 2012 +0900

    docs: fix css inclusion in website generation

 docs/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 8f1f3ec..d66c4b6 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,7 @@
 SUBDIRS= gallery
 #DIST_SUBDIRS= graphics gallery
 
-#	
+#
 # The patterns used for html creation in the gegl build system
 # is very small, and should probably be documented in a tutorial.
 #
@@ -185,7 +185,7 @@ index.html: index-static.txt		\
 	Makefile.am
 if HAVE_ASCIIDOC
 	@echo "HTML: $@"
-	$(ASCIIDOC) --unsafe  -o $@ -a stylesdir=`pwd`/$(srcdir) -a toc -a theme=gegl -a quirks! $<
+	$(ASCIIDOC) --unsafe  -o $@ -a stylesheet=`pwd`/gegl.css -a toc -a quirks! $<
 else
 	@echo "*** asciidoc must be available in order to make dist"
 	@false
@@ -194,7 +194,7 @@ endif
 development.html: $(top_srcdir)/docs/development.txt
 if HAVE_ASCIIDOC
 	@echo "HTML: $@"
-	$(ASCIIDOC) --unsafe  -o $@ -a stylesdir=`pwd`/$(srcdir) -a toc -a theme=gegl -a quirks! $<
+	$(ASCIIDOC) --unsafe  -o $@ -a stylesheet=`pwd`/gegl.css -a toc -a quirks! $<
 else
 	@echo "*** asciidoc must be available in order to make dist"
 	@false



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]