From cb79e9c28d98a1c14b67bb05934bcf4b8d76d801 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 30 Jan 2017 11:49:25 +0100 Subject: Windows builds: removed -S option from pandoc invocations. --- windows/make-windows-installer.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index f0c36e545..30af17d0c 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -2,9 +2,9 @@ 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.txt -o MANUAL.html +%BINPATH%\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html if %errorlevel% neq 0 exit /b %errorlevel% -%BINPATH%\pandoc.exe -s ..\COPYING.md -t rtf -S -o COPYING.rtf +%BINPATH%\pandoc.exe -s ..\COPYING.md -t rtf -o COPYING.rtf if %errorlevel% neq 0 exit /b %errorlevel% copy ..\COPYRIGHT COPYRIGHT.txt for /f "tokens=1-2 delims= " %%a in ('%BINPATH%\pandoc.exe --version') do ( -- cgit v1.2.3