aboutsummaryrefslogtreecommitdiff
path: root/windows/makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-02 18:19:14 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-02 18:19:14 +0000
commit3f4d06d015659b7a1580739c28846e31075d8723 (patch)
tree00821979210a6c6214f0e8d70c27361ccbdcc514 /windows/makefile
parentcbb02290463f289481e9a85e5185eac588cf319a (diff)
downloadpandoc-3f4d06d015659b7a1580739c28846e31075d8723.tar.gz
Include markdown2pdf and hsmarkdown in windows binary package.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1778 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'windows/makefile')
-rw-r--r--windows/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/windows/makefile b/windows/makefile
index 95f4c8452..a847bfd69 100644
--- a/windows/makefile
+++ b/windows/makefile
@@ -1,11 +1,13 @@
# 'mingw32-make prep' prepares for building the Inno Setup installer
# note: before running this, build pandoc using:
-# cabal install -f-library
+# cabal install -f-library -fwrappers
# If the library is built, the data file paths will not be relocatable!
.PHONY: prep
prep:
strip ..\dist\build\pandoc\pandoc.exe
+ strip ..\dist\build\hsmarkdown\hsmarkdown.exe
+ strip ..\dist\build\markdown2pdf\markdown2pdf.exe
pandoc -s -S ..\README -o ..\README.html
copy ..\COPYING ..\COPYING.txt
copy ..\COPYRIGHT ..\COPYRIGHT.txt