steed/doc/Makefile.windows
2010-01-26 08:59:37 +00:00

8 lines
142 B
Makefile

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