mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-02 01:45:50 +03:00
7 lines
85 B
Makefile
7 lines
85 B
Makefile
|
|
||
|
guide.html: guide.rst
|
||
|
rst2html.py guide.rst > guide.html
|
||
|
|
||
|
clean:
|
||
|
rm -f guide.html
|