Windows install script: Fixed typo in path.

This commit is contained in:
John MacFarlane 2014-05-06 08:42:30 -07:00
parent 5ff2adc08f
commit 7019069a32

View file

@ -11,7 +11,7 @@ cabal install -v1 --reinstall --flags="embed_data_files" pandoc-citeproc
if %errorlevel% neq 0 exit /b %errorlevel%
strip .\.cabal-sandbox\bin\pandoc.exe
strip .\.cabal-sandbox\bin\pandoc-citeproc.exe
\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html
.\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html
if %errorlevel% neq 0 exit /b %errorlevel%
.\cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf
if %errorlevel% neq 0 exit /b %errorlevel%