From 1a3d753b0e522951feaf550389a387abfe18a1a9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Jul 2016 15:55:35 -0700 Subject: Fix MANUAL.txt path in make-windows-installer.txt. --- windows/make-windows-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/make-windows-installer.bat') 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% -- cgit v1.2.3