[Fai-commit] r5656 - in trunk: debian doc

Thomas Lange lange at alioth.debian.org
Fri Nov 13 21:03:58 UTC 2009


Author: lange
Date: 2009-11-13 21:03:34 +0000 (Fri, 13 Nov 2009)
New Revision: 5656

Modified:
   trunk/debian/changelog
   trunk/doc/Makefile
Log:
doc/Makefile: add target chunked

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-11-09 11:46:23 UTC (rev 5655)
+++ trunk/debian/changelog	2009-11-13 21:03:34 UTC (rev 5656)
@@ -1,3 +1,10 @@
+fai (3.3.1) unstable; urgency=low
+
+  [ Thomas Lange ]
+  * doc/Makefile: add target chunked
+
+ -- Thomas Lange <lange at debian.org>  Fri, 13 Nov 2009 17:37:07 +0100
+
 fai (3.3) unstable; urgency=low
 
   [ Thomas Lange ]

Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile	2009-11-09 11:46:23 UTC (rev 5655)
+++ trunk/doc/Makefile	2009-11-13 21:03:34 UTC (rev 5656)
@@ -10,6 +10,9 @@
 html:
 	a2x --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f xhtml $(DOC).txt
 
+chunked:
+	a2x --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f chunked $(DOC).txt
+
 pdf:	
 	a2x --icons -a toc -a toclevels=3 -f pdf $(DOC).txt
 	rm -f $(DOC).xml $(DOC).fo




More information about the Fai-commit mailing list