Fixed template name in windows installer.
This commit is contained in:
parent
2ea45c345b
commit
819f815a6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue