summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-22 15:55:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-22 15:55:35 -0700
commit1a3d753b0e522951feaf550389a387abfe18a1a9 (patch)
tree03d321b82475d06a63dc110c8540ccb146193058 /windows
parent199489c12c69a3a0b55671edfa7d980b43489777 (diff)
Fix MANUAL.txt path in make-windows-installer.txt.
Diffstat (limited to 'windows')
-rw-r--r--windows/make-windows-installer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat
index 75fd01b4f..8bc978d6e 100644
--- a/windows/make-windows-installer.bat
+++ b/windows/make-windows-installer.bat
@@ -2,7 +2,7 @@
stack install --test
if %errorlevel% neq 0 exit /b %errorlevel%
for /f "delims=" %%a in ('stack path --local-bin-path') do @set BINPATH=%%a
-%BINPATH%\pandoc.exe -s -S --toc ..\MANUAL -o MANUAL.html
+%BINPATH%\pandoc.exe -s -S --toc ..\MANUAL.txt -o MANUAL.html
if %errorlevel% neq 0 exit /b %errorlevel%
%BINPATH%\pandoc.exe -s ..\COPYING -t rtf -S -o COPYING.rtf
if %errorlevel% neq 0 exit /b %errorlevel%