diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 18:59:57 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 18:59:57 -0800 |
commit | 819f815a6b0b99cc0a5f40bf4c6a1fcbd5ffe004 (patch) | |
tree | 79f4760a22b8e9212db772ee8a03391e20c60392 /windows | |
parent | 2ea45c345b1a28ab0c3c7bb75589ba30f706014d (diff) | |
download | pandoc-819f815a6b0b99cc0a5f40bf4c6a1fcbd5ffe004.tar.gz |
Fixed template name in windows installer.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/make-windows-installer.bat | 2 |
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
|