This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/doc/Makefile.windows
2009-08-26 05:25:53 +00:00

9 lines
168 B
Makefile

clean:
all:
install:
if not exist ..\bin\doc mkdir ..\bin\doc
copy /Y *.txt ..\bin\doc
copy /Y *.png ..\bin\doc
copy /Y *.html ..\bin\doc
copy /Y *.jpg ..\bin\doc