diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 17:19:32 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 17:19:32 +0000 |
commit | 445f89b9f20c6ae464baf0a7e8e9437945f4c1db (patch) | |
tree | 412a9d2d4914d02b8d0d78bf4ebef486a23a47c9 /windows/makefile | |
parent | 957f4b95247a304974ce0ffcc8cbb87b1a923236 (diff) | |
download | pandoc-445f89b9f20c6ae464baf0a7e8e9437945f4c1db.tar.gz |
Added windows package build intsructions in windows makefile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1755 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'windows/makefile')
-rw-r--r-- | windows/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/windows/makefile b/windows/makefile index 82aed5079..95f4c8452 100644 --- a/windows/makefile +++ b/windows/makefile @@ -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:
|