From 3f4d06d015659b7a1580739c28846e31075d8723 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 2 Jan 2010 18:19:14 +0000 Subject: Include markdown2pdf and hsmarkdown in windows binary package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1778 788f1e2b-df1e-0410-8736-df70ead52e1b --- windows/makefile | 4 +++- windows/pandoc-setup.iss | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'windows') 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 diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss index 1fd1b4672..522a34f13 100644 --- a/windows/pandoc-setup.iss +++ b/windows/pandoc-setup.iss @@ -54,6 +54,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl" [Files] Source: "..\dist\build\pandoc\pandoc.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\dist\build\hsmarkdown\hsmarkdown.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\dist\build\markdown2pdf\markdown2pdf.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "..\README.html"; DestDir: "{app}"; Flags: ignoreversion Source: "..\COPYRIGHT.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "..\COPYING.txt"; DestDir: "{app}"; Flags: ignoreversion -- cgit v1.2.3