X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d3c560baa270240c6f38de9125fad8afb1a2f8c8..ce0a1f86b26e40dbe788b53b97482c5fb1010870:/Documentation/Makefile?ds=sidebyside 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 $<