docs: add Makefile for slightly easier documentation development

This commit is contained in:
Jonathan Daugherty 2015-08-19 23:36:19 -07:00
parent dc9cee623d
commit c6340a51b6

6
docs/Makefile Normal file
View File

@ -0,0 +1,6 @@
guide.html: guide.rst
rst2html.py guide.rst > guide.html
clean:
rm -f guide.html