summaryrefslogtreecommitdiff
path: root/windows/make-windows-installer.bat
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 18:59:57 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 18:59:57 -0800
commit819f815a6b0b99cc0a5f40bf4c6a1fcbd5ffe004 (patch)
tree79f4760a22b8e9212db772ee8a03391e20c60392 /windows/make-windows-installer.bat
parent2ea45c345b1a28ab0c3c7bb75589ba30f706014d (diff)
Fixed template name in windows installer.
Diffstat (limited to 'windows/make-windows-installer.bat')
-rw-r--r--windows/make-windows-installer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat
index c04dcf896..f8e57485b 100644
--- a/windows/make-windows-installer.bat
+++ b/windows/make-windows-installer.bat
@@ -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