Changeset 10540 for dotorg/trunk_fixed/html/beps/makefile
- Timestamp:
- 02/04/2008 07:19:44 PM (10 months ago)
- Files:
-
- 1 modified
-
dotorg/trunk_fixed/html/beps/makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk_fixed/html/beps/makefile
r10535 r10540 16 16 all: $(BEPS) 17 17 18 %.html:%.rst 18 %.html:%.rst_post 19 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 $? >$@ --traceback 20 21 %.rst_post: %.rst 22 postprocess.py $? > $@ 20 23 21 24 #%.html:%.rst