Convert raw manpages to reStructured text

Build with `rst2man mpd.1.rst mpd.1`
This commit is contained in:
kaliko
2020-04-22 19:42:06 +02:00
committed by Max Kellermann
parent 9df2469e51
commit 5f63ffd86c
7 changed files with 263 additions and 237 deletions

View File

@@ -212,3 +212,7 @@ html_static_path = ['_static']
# implements a search results scorer. If empty, the default will be used.
#
# html_search_scorer = 'scorer.js'
man_pages = [
('mpd.1', 'mpd', 'MPD documentation', [author], 1),
('mpd.conf.5', 'mpd.conf', 'mpd.conf documentation', [author], 5)
]