From 27ebda48c23d3d5f81a2b9913b16dc24fe47b6d4 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 15 Jul 2009 07:06:45 +0000 Subject: Added makefile for Inno Setup prep work. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1597 788f1e2b-df1e-0410-8736-df70ead52e1b --- windows/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 windows/makefile (limited to 'windows') 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 + -- cgit v1.2.3