Show
Ignore:
Timestamp:
10/01/2007 03:52:01 PM (16 months ago)
Author:
arvid
Message:

moved html header and footer to an html template

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/makefile

    r8229 r8233  
    22 
    33%.html:%.rst 
    4         ~/docutils/tools/rst2html.py --link-stylesheet --stylesheet=css/screen.css --no-doc-title --no-toc-backlinks $? >$@ 
     4        ~/docutils/tools/rst2html.py --template=template.txt --cloak-email-addresses --link-stylesheet --stylesheet=css/screen.css --no-doc-title --no-toc-backlinks $? >$@ 
    55 
    66