From 819f815a6b0b99cc0a5f40bf4c6a1fcbd5ffe004 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Feb 2012 18:59:57 -0800 Subject: Fixed template name in windows installer. --- windows/make-windows-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') 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 -- cgit v1.2.3