aseprite/docs/manual/makefile
2010-02-28 21:46:32 -02:00

17 lines
243 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
split:
$(PYTHON) split.py
clean:
rm *.html