Changeset 10561 for dotorg/trunk_fixed/html/beps/makefile
- Timestamp:
- 02/06/2008 10:01:00 AM (11 months ago)
- Files:
-
- 1 modified
-
dotorg/trunk_fixed/html/beps/makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk_fixed/html/beps/makefile
r10540 r10561 17 17 18 18 %.html:%.rst_post 19 rstbep2html.py --template= template.txt --pep-base-url=http://www.bittorrent.org/beps/ --cloak-email-addresses --link-stylesheet --stylesheet=../css/bep.css --no-toc-backlinks $? >$@ --traceback19 rstbep2html.py --template=../template.txt --pep-base-url=http://www.bittorrent.org/beps/ --cloak-email-addresses --link-stylesheet --stylesheet=../css/bep.css --no-toc-backlinks $? >$@ --traceback 20 20 21 21 %.rst_post: %.rst 22 p ostprocess.py $? > $@22 python postprocess.py $? > $@ 23 23 24 24 #%.html:%.rst