/Src/Dependencies/Boost/libs/iterator/doc/rst2html

http://hadesmem.googlecode.com/ · #! · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · 392adab284d0c28a20d0175f7eb26525 MD5 · raw file

  1. #!/bin/sh
  2. # Copyright David Abrahams 2006. Distributed under the Boost
  3. # Software License, Version 1.0. (See accompanying
  4. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. PYTHONPATH="c:/src/docutils;c:/src/docutils/extras"
  6. export PYTHONPATH
  7. rst2html.py -gs --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript --stylesheet=../../../rst.css $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`