Doc and build fixes by Dave Abrahams.

[SVN r38154]
This commit is contained in:
Thomas Witt
2007-07-06 19:47:17 +00:00
parent aa483f4961
commit c849f35965
28 changed files with 1175 additions and 8338 deletions

View File

@ -4,7 +4,7 @@
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
PYTHONPATH="c:/src/docutils;c:/src/docutils/extras"
export PYTHONPATH
python rst2html.py -gs $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`
rst2html.py -gs --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript --stylesheet=../../../rst.css $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`