correct manpage title

This commit is contained in:
Martin Zimmermann 2014-03-28 13:34:24 +01:00
parent eeebb4c34c
commit e60ebfbdca
2 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,8 @@ css: $(ISSO_CSS_DST)
man: $(RST)
sphinx-build -b man docs/ man/
mv man/isso.1 man/man1/isso.1
mv man/isso.conf.5 man/man5/isso.conf.5
${CSS}: docs/_static/css/site.scss
scss --no-cache $< $@

View File

@ -232,9 +232,9 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('docs/man/index', 'man1/isso', u'a Disqus alternative',
('docs/man/index', 'isso', u'a Disqus alternative',
[u'Martin Zimmermann'], 1),
('docs/configuration/server', 'man5/isso.conf', u'server configuration',
('docs/configuration/server', 'isso.conf', u'server configuration',
[u'Martin Zimmermann'], 5)
]