root / dotorg / v5 / html / makefile

Revision 10309, 202 bytes (checked in by dave, 10 months ago)

Makefile only generates developer web page.

Proposals were all added to beps directory and are now built by a
separate makefile.

Line 
1
2all:    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.