]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Create nicer HTML page of the manual
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 22 Apr 2010 20:55:26 +0000 (22:55 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 22 Apr 2010 21:10:46 +0000 (23:10 +0200)
Makefile.in

index 9585e9fb59f72c57fcf7a620d35a366ee0660d61..4872be856627526440c2f1a54e3d0d953f1b347e 100644 (file)
@@ -47,7 +47,7 @@ ccache.xml: ccache.txt
        $(ASCIIDOC) -d manpage -b docbook $<
 
 ccache.html: ccache.txt
-       $(ASCIIDOC) -d manpage -b xhtml11 $<
+       $(ASCIIDOC) -a toc -b xhtml11 $<
 
 ccache.1: ccache.xml
        $(XSLTPROC) --nonet $(MANPAGE_XSL) $<