Show
Ignore:
Timestamp:
02/06/2008 10:01:00 AM (11 months ago)
Author:
arvid
Message:

updates to make file to refer to the tempalte.txt. Fixed broken links in bep 0000. Updated wording and added references to metadata extension. Fixed layout of bep 0004

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk_fixed/html/beps/makefile

    r10540 r10561  
    1717 
    1818%.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 $? >$@ --traceback 
     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 
    2020 
    2121%.rst_post: %.rst 
    22         postprocess.py $? > $@  
     22        python postprocess.py $? > $@  
    2323 
    2424#%.html:%.rst