From cd51a0c393ed3803fd158d5bdf357ae95d022de3 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 8 May 2009 17:47:08 -0700 Subject: [PATCH] Enable table of contents in documentation files Oddly enough, this places the rendered HTML under the GPL, as the tiny JavaScript snippet dumped by AsciiDoc is under the GPL, and is included literal in the resulting HTML page. Signed-off-by: Shawn O. Pearce --- Documentation/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 960e4af36f..1fd880d7bf 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -53,6 +53,7 @@ clean: $(DOC_HTML): %.html : %.txt rm -f $@+ $@ $(ASCIIDOC) \ + -a toc \ -b xhtml11 -f asciidoc.conf \ $(ASCIIDOC_EXTRA) -o $@+ $< mv $@+ $@