pandoc/windows/makefile
2009-12-31 17:19:32 +00:00

12 lines
399 B
Makefile

# '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:
strip ..\dist\build\pandoc\pandoc.exe
pandoc -s -S ..\README -o ..\README.html
copy ..\COPYING ..\COPYING.txt
copy ..\COPYRIGHT ..\COPYRIGHT.txt