From e20705d6b607cc724a0a8137530d121178202c27 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 30 Sep 2013 17:04:48 +0100 Subject: [PATCH] Generate table of contents. --- tools/htdocs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4