Skip to content

Commit

Permalink
correct manpage title
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed Mar 28, 2014
1 parent eeebb4c commit e60ebfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $< $@
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@
# 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)
]

Expand Down

0 comments on commit e60ebfb

Please # to comment.