blob: 9b5f63f5fb305913514c98ed6bdab9f845cf4822 [file] [log] [blame]
Brian Silverman59623332018-08-04 23:36:56 -07001#!/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)
5PYTHONPATH="c:/src/docutils;c:/src/docutils/extras"
6export PYTHONPATH
7rst2html.py -gs --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript --stylesheet=../../../rst.css $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`
8
9
10