From 13a262af6a44412a71f8879b76fb040af2e3a25a Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 9 Jan 2010 02:53:05 +0000 Subject: Windows installer - fixed bug in data file locations. Resolves Issue #197. + Moved windows/makefile to Makefile.windows + Minor fixes in Makefile.windows + Use globbing to simplify pandoc-setup.iss + Put binaries in bin/ subdirectory of install dir + Specify null datafile subdirectory, so that data files go right in install dir, rather than in {installdir}/pandoc-{version}. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1798 788f1e2b-df1e-0410-8736-df70ead52e1b --- windows/makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 windows/makefile (limited to 'windows/makefile') diff --git a/windows/makefile b/windows/makefile deleted file mode 100644 index a847bfd69..000000000 --- a/windows/makefile +++ /dev/null @@ -1,14 +0,0 @@ -# 'mingw32-make prep' prepares for building the Inno Setup installer -# note: before running this, build pandoc using: -# 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 - -- cgit v1.2.3