summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--windows/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/windows/makefile b/windows/makefile
new file mode 100644
index 000000000..82aed5079
--- /dev/null
+++ b/windows/makefile
@@ -0,0 +1,10 @@
+# 'mingw32-make prep' prepares for building the Inno Setup
+# installer
+
+.PHONY: prep
+prep:
+ strip ..\dist\build\pandoc\pandoc.exe
+ pandoc -s -S ..\README -o ..\README.html
+ copy ..\COPYING ..\COPYING.txt
+ copy ..\COPYRIGHT ..\COPYRIGHT.txt
+