diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 95fc6474..2494b76e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -213,5 +213,9 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'ryu', u'ryu Documentation', - [u'ryu development team'], 1) + [u'ryu development team'], 1), + ('man/ryu_manager', 'ryu-manager', u'ryu manager', + [u'ryu development team'], 1), + ('man/ryu_client', 'ryu-client', u'ryu client utility', + [u'ryu development team'], 1), ] |