[Fai-commit] r6671 - trunk/doc
Thomas Lange
lange at alioth.debian.org
Thu Oct 6 13:23:59 UTC 2011
Author: lange
Date: 2011-10-06 13:23:59 +0000 (Thu, 06 Oct 2011)
New Revision: 6671
Modified:
trunk/doc/Makefile
Log:
use more verbose filenames (like _anchor_id_advanced_xreflabel_advanced_advanced_fai.html)
Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile 2011-10-04 15:03:51 UTC (rev 6670)
+++ trunk/doc/Makefile 2011-10-06 13:23:59 UTC (rev 6671)
@@ -8,10 +8,10 @@
# grep FIXME $(DOC).txt
html:
- a2x -L --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f xhtml $(DOC).txt
+ a2x -L --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" --xsltproc-opts="--stringparam use.id.as.filename 1" -f xhtml $(DOC).txt
chunked:
- a2x -L --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f chunked $(DOC).txt
+ a2x -L --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" --xsltproc-opts="--stringparam use.id.as.filename 1" -f chunked $(DOC).txt
pdf:
a2x -L --icons -a toc -a toclevels=3 -f pdf $(DOC).txt
More information about the Fai-commit
mailing list