Added windows package build intsructions in windows makefile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1755 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
957f4b9524
commit
445f89b9f2
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# 'mingw32-make prep' prepares for building the Inno Setup
|
||||
# installer
|
||||
# 'mingw32-make prep' prepares for building the Inno Setup installer
|
||||
# note: before running this, build pandoc using:
|
||||
# cabal install -f-library
|
||||
# If the library is built, the data file paths will not be relocatable!
|
||||
|
||||
.PHONY: prep
|
||||
prep:
|
||||
|
|
Loading…
Reference in a new issue