root / dotorg / v5 / html / makefile
| Revision 10309, 202 bytes (checked in by dave, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | all: developer.html |
| 3 | |
| 4 | %.html:%.rst |
| 5 | ~/docutils/tools/rst2html.py --template=template.txt --cloak-email-addresses --link-stylesheet --stylesheet=css/screen.css --no-doc-title --no-toc-backlinks $? >$@ |
| 6 |
Note: See TracBrowser
for help on using the browser.