mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 02:36:39 +00:00
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1597 788f1e2b-df1e-0410-8736-df70ead52e1b
11 lines
251 B
Makefile
11 lines
251 B
Makefile
# 'mingw32-make prep' prepares for building the Inno Setup
|
|
# installer
|
|
|
|
.PHONY: prep
|
|
prep:
|
|
strip ..\dist\build\pandoc\pandoc.exe
|
|
pandoc -s -S ..\README -o ..\README.html
|
|
copy ..\COPYING ..\COPYING.txt
|
|
copy ..\COPYRIGHT ..\COPYRIGHT.txt
|
|
|