aseprite/docs/manual/makefile
2009-11-30 00:56:46 +00:00

15 lines
233 B
Makefile

ifndef PYTHON
PYTHON = C:/Python26/python.exe
endif
RST2HTML = docutils/tools/rst2html.py
default: all
all:
$(PYTHON) $(RST2HTML) --config manual.conf manual.rst > manual.html
$(PYTHON) split.py
clean:
rm *.html