X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/f211581b1a4133b3f666d3ab546f5d9e8c53481d..d34d6e351e9708f4a5ce519e508abbc418285b5e:/Documentation/Makefile diff --git a/Documentation/Makefile b/Documentation/Makefile index 37df9ee..dd029d5 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -82,6 +82,7 @@ command-list.txt: $(ALL_PY) # special formatting rules tutorial.html : %.html : %.txt - $(ASCIIDOC) -b xhtml11 -d article -f tutorial.conf $(ASCIIDOC_EXTRA) $< + $(ASCIIDOC) -b xhtml11 -d article -a toc -f tutorial.conf \ + $(ASCIIDOC_EXTRA) $< tutorial.xml : %.xml : %.txt $(ASCIIDOC) -b docbook -d article -f tutorial.conf $<