Fixed template name in windows installer.

This commit is contained in:
John MacFarlane 2012-02-05 18:59:57 -08:00
parent 2ea45c345b
commit 819f815a6b

View file

@ -6,7 +6,7 @@ cabal-dev install --flags="executable -library" --datasubdir=
rem note: we use -f-library in building pandoc, because
rem if the library is built, the data file paths will not be relocatable!
strip cabal-dev\bin\pandoc.exe
cabal-dev\bin\pandoc.exe -s --template templates\html.template -S README -o README.html
cabal-dev\bin\pandoc.exe -s --template templates\default.html -S README -o README.html
copy COPYING COPYING.txt
copy COPYRIGHT COPYRIGHT.txt
cd windows