mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-22 14:10:03 +03:00
7 lines
101 B
Makefile
7 lines
101 B
Makefile
|
|
guide.html: guide.rst
|
|
python3 `which rst2html.py` guide.rst > guide.html
|
|
|
|
clean:
|
|
rm -f guide.html
|