steed/doc/Makefile.windows

8 lines
142 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 *.html ..\bin\doc
2009-11-07 10:23:21 +02:00
copy /Y *.pdf ..\bin\doc