correct manpage title
This commit is contained in:
parent
eeebb4c34c
commit
e60ebfbdca
2
Makefile
2
Makefile
@ -32,6 +32,8 @@ css: $(ISSO_CSS_DST)
|
|||||||
|
|
||||||
man: $(RST)
|
man: $(RST)
|
||||||
sphinx-build -b man docs/ man/
|
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
|
${CSS}: docs/_static/css/site.scss
|
||||||
scss --no-cache $< $@
|
scss --no-cache $< $@
|
||||||
|
@ -232,9 +232,9 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('docs/man/index', 'man1/isso', u'a Disqus alternative',
|
('docs/man/index', 'isso', u'a Disqus alternative',
|
||||||
[u'Martin Zimmermann'], 1),
|
[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)
|
[u'Martin Zimmermann'], 5)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user