summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-15 19:50:37 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-15 19:50:37 +0200
commit1e2dc33165a0baf11e64553599887105030f4297 (patch)
treefd78812ccd9dfd923f0e8b501f38c1cc7fe03bd8
parenta97f69066ee4c85f159481fc340c139740ef55ce (diff)
appveyor.yml: proper editbin path both times...
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d293b0b84..01e26a014 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,7 +37,7 @@ after_test:
# allow use of > 2GB memory
# see https://jonathanchang.org/blog/fixing-pandoc-out-of-memory-errors-on-windows/
- '"%EDITBIN%"\editbin /LARGEADDRESSAWARE "pandoc.exe"'
- - editbin /LARGEADDRESSAWARE "pandoc-citeproc.exe"
+ - '"%EDITBIN%"\editbin /LARGEADDRESSAWARE "pandoc-citeproc.exe"'
- .\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html
- .\pandoc.exe -s ..\COPYING.md -o COPYING.rtf
- copy ..\COPYRIGHT COPYRIGHT.txt