brick/docs/Makefile

7 lines
85 B
Makefile

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