Merging some of the more obvious changes from RC_1_34_0

[SVN r40714]
This commit is contained in:
Dave Abrahams
2007-11-03 03:25:13 +00:00
parent 0f88de3d88
commit f34109aa26
30 changed files with 1151 additions and 8778 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/'`