HISTORY summary
[docutils.git] / test / functional / tests / standalone_rst_manpage.py
blob64d819ded681209622c5ae87cea4dd9e3f57fe19
1 exec(open('functional/tests/_standalone_rst_defaults.py').read())
3 # Source and destination file names.
4 test_source = "standalone_rst_manpage.txt"
5 test_destination = "standalone_rst_manpage.man"
7 # Keyword parameters passed to publish_file.
8 writer_name = "manpage"