Clean up makefile, make make docs / make info actually work!

This commit sponsored by Alon Levy!  Thank you, for everything!
This commit is contained in:
Christopher Allan Webber
2015-02-17 17:55:00 -06:00
parent 94eb44d61b
commit 09e2db3089
3 changed files with 10 additions and 23 deletions

View File

@@ -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'),
]