2010-01-17 01:37:44 +01:00
|
|
|
@echo off
|
|
|
|
cd ..
|
2011-10-24 09:05:08 +02:00
|
|
|
cabal-dev install --disable-library-for-ghci highlighting-kate
|
|
|
|
cabal-dev install --flags="embed_data_files" citeproc-hs
|
2012-02-05 07:32:22 +01:00
|
|
|
cabal-dev install --flags="executable -library" --datasubdir=
|
2010-01-17 01:37:44 +01:00
|
|
|
rem note: we use -f-library in building pandoc, because
|
|
|
|
rem if the library is built, the data file paths will not be relocatable!
|
2011-10-24 09:05:08 +02:00
|
|
|
strip cabal-dev\bin\pandoc.exe
|
|
|
|
cabal-dev\bin\pandoc.exe -s --template templates\html.template -S README -o README.html
|
2010-01-17 01:37:44 +01:00
|
|
|
copy COPYING COPYING.txt
|
|
|
|
copy COPYRIGHT COPYRIGHT.txt
|
|
|
|
cd windows
|
|
|
|
ISCC pandoc-setup.iss
|