doc: optional sandbox building

This commit is contained in:
Wojtek Porczyk 2014-11-21 14:41:00 +01:00
parent 56092073e9
commit a4e1bd98ed
2 changed files with 5 additions and 1 deletions

2
doc/.gitignore vendored
View File

@ -1 +1 @@
*.gz
sandbox.rst

View File

@ -277,6 +277,10 @@ man_pages = [
u'Display system-wide Qubes settings', _man_pages_author, 1),
]
if os.path.exists('sandbox.rst'):
man_pages.append(('sandbox', 'sandbox',
u'Sandbox manpage', 'Sandbox Author', 1))
# If true, show URL addresses after external links.
#man_show_urls = False