brick/docs/Makefile
2022-08-04 18:53:48 -07:00

7 lines
101 B
Makefile

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