Added makefile for Inno Setup prep work.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1597 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
fc77908692
commit
27ebda48c2
1 changed files with 10 additions and 0 deletions
10
windows/makefile
Normal file
10
windows/makefile
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue