aboutsummaryrefslogtreecommitdiff
path: root/windows/make-windows-installer.bat
blob: f8e57485b117bef9ef0108c9dc80ba3d1902a00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
cd ..
cabal-dev install --disable-library-for-ghci highlighting-kate
cabal-dev install --flags="embed_data_files" citeproc-hs
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\default.html -S README -o README.html
copy COPYING COPYING.txt
copy COPYRIGHT COPYRIGHT.txt
cd windows
ISCC pandoc-setup.iss