mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-24 14:34:51 +03:00
docs: add Makefile for slightly easier documentation development
This commit is contained in:
parent
dc9cee623d
commit
c6340a51b6
6
docs/Makefile
Normal file
6
docs/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
guide.html: guide.rst
|
||||
rst2html.py guide.rst > guide.html
|
||||
|
||||
clean:
|
||||
rm -f guide.html
|
Loading…
Reference in New Issue
Block a user