aboutsummaryrefslogtreecommitdiff
path: root/windows/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'windows/makefile')
-rw-r--r--windows/makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/windows/makefile b/windows/makefile
deleted file mode 100644
index a847bfd69..000000000
--- a/windows/makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# 'mingw32-make prep' prepares for building the Inno Setup installer
-# note: before running this, build pandoc using:
-# cabal install -f-library -fwrappers
-# If the library is built, the data file paths will not be relocatable!
-
-.PHONY: prep
-prep:
- strip ..\dist\build\pandoc\pandoc.exe
- strip ..\dist\build\hsmarkdown\hsmarkdown.exe
- strip ..\dist\build\markdown2pdf\markdown2pdf.exe
- pandoc -s -S ..\README -o ..\README.html
- copy ..\COPYING ..\COPYING.txt
- copy ..\COPYRIGHT ..\COPYRIGHT.txt
-