summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-26 17:24:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-26 17:24:15 -0700
commit7ded9d4af0e33f0cd5df4817ff0b2ad0dec12b4e (patch)
tree6b7eae6787e17f3b48c8564e715e0fa55d8c0dfe /appveyor.yml
parent38c97320ef551e63efdd4637dbbd6ba2666a1d66 (diff)
Include table of contents in README.html in Windows package.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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
- |