From: Mike Taylor Date: Mon, 30 Sep 2013 16:04:48 +0000 (+0100) Subject: Generate table of contents. X-Git-Tag: 0.9.1~207 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=e20705d6b607cc724a0a8137530d121178202c27;p=mkws-moved-to-github.git Generate table of contents. --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index ea4ebef..55963a2 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -64,7 +64,7 @@ help: %.html: %.markdown rm -f $@ - pandoc --standalone -c mkws-doc.css $< -o $@ + pandoc --standalone --toc -c mkws-doc.css $< -o $@ chmod ugo-w $@ %.odt: %.markdown