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

9 lines
168 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
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