aboutsummaryrefslogtreecommitdiff
path: root/Makefile.windows
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.windows')
-rw-r--r--Makefile.windows17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.windows b/Makefile.windows
deleted file mode 100644
index 81da1cc4d..000000000
--- a/Makefile.windows
+++ /dev/null
@@ -1,17 +0,0 @@
-# 'mingw32-make -f Makefile.windows prep'
-# prepares for building the Inno Setup installer
-# note: we use -f-library in building pandoc, because
-# if the library is built, the data file paths will not be relocatable!
-
-.PHONY: prep
-prep:
- cabal clean
- cabal configure -f-library -fwrappers -fhighlighting --datasubdir=
- cabal build
- strip dist\build\pandoc\pandoc.exe
- strip dist\build\hsmarkdown\hsmarkdown.exe
- strip dist\build\markdown2pdf\markdown2pdf.exe
- dist\build\pandoc\pandoc.exe -s --template templates\html.template -S README -o README.html
- copy COPYING COPYING.txt
- copy COPYRIGHT COPYRIGHT.txt
-