brick/docs/Makefile
2017-12-27 15:50:30 -08:00

7 lines
100 B
Makefile

guide.html: guide.rst
python `which rst2html.py` guide.rst > guide.html
clean:
rm -f guide.html