diff options
| author | Barry Warsaw | 2016-11-28 17:20:25 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-28 17:20:25 -0500 |
| commit | 503cd08131bd73388af8cf0a27fd91d2e55501c9 (patch) | |
| tree | a5910f45750ebbded0ca23bbce7bb994ec7f2cb8 /conf.py | |
| parent | ffc8ed1347121079c047ec454f94e27bf54a9d42 (diff) | |
| parent | 88212f9d5c9a13e8e723d90a42f00d0f9b66d929 (diff) | |
| download | mailman-503cd08131bd73388af8cf0a27fd91d2e55501c9.tar.gz mailman-503cd08131bd73388af8cf0a27fd91d2e55501c9.tar.zst mailman-503cd08131bd73388af8cf0a27fd91d2e55501c9.zip | |
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -182,7 +182,7 @@ htmlhelp_basename = 'GNUMailmandoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'GNUMailman.tex', u'GNU Mailman Documentation', + ('README', 'GNUMailman.tex', u'GNU Mailman Documentation', u'Barry Warsaw', 'manual'), ] @@ -215,7 +215,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'gnumailman', u'GNU Mailman Documentation', + ('README', 'gnumailman', u'GNU Mailman Documentation', [u'Barry Warsaw'], 1) ] |
