summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Luca Naumann2016-11-03 16:48:20 +0100
committerJan Luca Naumann2016-11-03 16:51:20 +0100
commitdb0fa111a30a372adf690a567df74a776adc4bb3 (patch)
treec64122438c800ca267f8027e97062051d7e718c3
parent366dc6517716b7c77c4b7a76559b1b6b5996fc8e (diff)
downloadmailman-db0fa111a30a372adf690a567df74a776adc4bb3.tar.gz
mailman-db0fa111a30a372adf690a567df74a776adc4bb3.tar.zst
mailman-db0fa111a30a372adf690a567df74a776adc4bb3.zip
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 5100c63dd..e28627fe6 100644
--- a/conf.py
+++ b/conf.py
@@ -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)
]