aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-02-17 17:55:00 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2015-02-17 17:55:00 -0600
commit09e2db3089135a43d17ff1f249c3376bf31fa1ba (patch)
tree1eb124ee85d67ca3285a86a742c5e3f0efa7d5fd /docs
parent94eb44d61bec3ab922ea3d2ffcc1e14b7eeb450d (diff)
downloadmediagoblin-09e2db3089135a43d17ff1f249c3376bf31fa1ba.tar.lz
mediagoblin-09e2db3089135a43d17ff1f249c3376bf31fa1ba.tar.xz
mediagoblin-09e2db3089135a43d17ff1f249c3376bf31fa1ba.zip
Clean up makefile, make `make docs` / `make info` actually work!
This commit sponsored by Alon Levy! Thank you, for everything!
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0b2bccac..0f53e4cf 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -219,7 +219,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'gnumediagoblin', u'GNU MediaGoblin Documentation',
+ ('index', 'mediagoblin', u'GNU MediaGoblin Documentation',
[u'Chris Webber, et al'], 1)
]
@@ -233,7 +233,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'gnumediagoblin', u'GNU MediaGoblin Documentation', u'gnumediagoblin',
+ ('index', 'mediagoblin', u'GNU MediaGoblin Documentation', u'mediagoblin',
'GNU MediaGoblin', 'Media sharing web application.', 'Miscellaneous'),
]