Fix #338: re.sub() flag argument at wrong position.
[docutils.git] / prest / README
blob3635f085e40fe6807f039f5f87fe34330a04354f
1 This package is a set of modules to parse reStructuredText documents
2 and output them in various formats, such as HTML or LaTeX.  For
3 details on reStructuredText, see http://docutils.sourceforge.net/rst.html.
5 1. Run ::
7      perl Makefile.PL
9    and answer the questions.
11 2. Then do
13      make
14      make test
15      make doc
16      make install
18 3. Help for the prest program can be gotten by doing "prest -h".  The
19    complete documentation for reStructuredText and what prest supports
20    gets built in the doc/html subdirectory, but is not installed
21    automatically.