From a396003a31afd2c3baa9657669cbbb77460e5cf2 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 20 Jul 2016 14:12:57 +0200 Subject: Rename README to MANUAL.txt --- windows/make-windows-installer.bat | 4 ++-- windows/pandoc.wxs | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'windows') diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index 892a61cdc..75fd01b4f 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 ..\README -o README.html +%BINPATH%\pandoc.exe -s -S --toc ..\MANUAL -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% @@ -14,7 +14,7 @@ for /f "tokens=1-2 delims= " %%a in ('%BINPATH%\pandoc.exe --version') do ( :next if "%VERSION%" == "" ( echo Error: could not determine version number. - exit /b 1 + exit /b 1 ) echo Detected version %VERSION% echo Creating msi... diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index 50a686e55..dcdd3f582 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -57,8 +57,8 @@ - + @@ -123,18 +123,18 @@ - + - + - + @@ -145,7 +145,7 @@ - + @@ -177,12 +177,12 @@ NOT Installed - + - + - - + + -- cgit v1.2.3