summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2016-07-20 14:12:57 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2016-07-20 21:16:45 +0200
commita396003a31afd2c3baa9657669cbbb77460e5cf2 (patch)
tree0c06ecd836fe4ea8fec2ca78094cc9bb5da0feb8 /appveyor.yml
parente2d59461bbaa5ff41d41b2f0e430e03c12d8d0fd (diff)
Rename README to MANUAL.txt
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 7ce7dc171..e7728dba5 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 --toc ..\README -o README.html
+ - .\pandoc.exe -s -S --toc ..\MANUAL.txt -o MANUAL.html
- .\pandoc.exe -s -S ..\COPYING -o COPYING.rtf
- copy ..\COPYRIGHT COPYRIGHT.txt
- |