source: dotorg/v6/html/makefile @ 10309

Revision 10309, 202 bytes checked in by dave, 3 years ago (diff)

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
7
Note: See TracBrowser for help on using the repository browser.