ports/databases/mydumper/patches/patch-docs__build_conf_py_in

14 lines
587 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- docs/_build/conf.py.in.orig Tue Sep 24 23:32:25 2013
+++ docs/_build/conf.py.in Tue Sep 24 23:34:42 2013
@@ -211,8 +211,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('mydumper_usage', 'mydumper', u'@PROGRAM_DESC@',
+ ('mydumper_usage', 'mydumper', u'a tool to dump MySql data',
[u'Andrew Hutchings'], 1),
- ('myloader_usage', 'myloader', u'@PROGRAM_DESC@',
+ ('myloader_usage', 'myloader', u'a tool to load MySql data',
[u'Andrew Hutchings'], 1)
]