aseprite/docs/manual/makefile

17 lines
243 B
Makefile
Raw Normal View History

2009-11-30 00:56:46 +00:00
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:
2009-11-30 00:56:46 +00:00
$(PYTHON) split.py
clean:
rm *.html