mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 10:54:48 +03:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
|
|
guide.html: guide.rst
|
|
python `which rst2html.py` guide.rst > guide.html
|
|
|
|
clean:
|
|
rm -f guide.html
|