Show
Ignore:
Timestamp:
02/04/2008 07:19:44 PM (10 months ago)
Author:
dave
Message:

postprocessing script that replaces date and last-modified with values from subversion.

generated .html files.

Files:
1 modified

Legend:

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

    r10535 r10540  
    1616all:    $(BEPS)  
    1717 
    18 %.html:%.rst 
     18%.html:%.rst_post 
    1919        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 $? > $@  
    2023 
    2124#%.html:%.rst