Fix MANUAL.txt path in make-windows-installer.txt.
This commit is contained in:
parent
199489c12c
commit
1a3d753b0e
1 changed files with 1 additions and 1 deletions
|
@ -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%
|
||||
|
|
Loading…
Reference in a new issue