From 7ded9d4af0e33f0cd5df4817ff0b2ad0dec12b4e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Jun 2016 17:24:15 -0700 Subject: Include table of contents in README.html in Windows package. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 588c86a5e..7ce7dc171 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,7 +37,7 @@ after_test: # .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is) - cd windows - 7z a "pandoc.zip" pandoc.exe - - .\pandoc.exe -s -S ..\README -o README.html + - .\pandoc.exe -s -S --toc ..\README -o README.html - .\pandoc.exe -s -S ..\COPYING -o COPYING.rtf - copy ..\COPYRIGHT COPYRIGHT.txt - | -- cgit v1.2.3