summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-30 11:49:25 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-30 11:49:25 +0100
commitcb79e9c28d98a1c14b67bb05934bcf4b8d76d801 (patch)
treec07dfb063703f2f45bed374127e3d6c56855c3a4 /appveyor.yml
parent7018003811f2b606808ddecb5c1ce12e27ad7d51 (diff)
Windows builds: removed -S option from pandoc invocations.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a7113c829..7181f7764 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,8 +37,8 @@ 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 --toc ..\MANUAL.txt -o MANUAL.html
- - .\pandoc.exe -s -S ..\COPYING.md -o COPYING.rtf
+ - .\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html
+ - .\pandoc.exe -s ..\COPYING.md -o COPYING.rtf
- copy ..\COPYRIGHT COPYRIGHT.txt
- |
set VERSION=