root / dotorg / v3 / html / makefile

Revision 9921, 301 bytes (checked in by arvid, 13 months ago)

added drafts for metadata extension and extension protocol

Line 
1all: ipv6_tracker_extension.html \
2        tracker_peer_obfuscation.html \
3        extension_protocol.html \
4        metadata_extension.html
5
6%.html:%.rst
7        ~/docutils/tools/rst2html.py --template=template.txt --cloak-email-addresses --link-stylesheet --stylesheet=css/screen.css --no-doc-title --no-toc-backlinks $? >$@
8
Note: See TracBrowser for help on using the browser.