mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-06 12:27:46 +03:00
Add man pages for deluge-console and deluge-gtk
Update the other man pages
This commit is contained in:
parent
11c0e9a304
commit
6274a32ca1
5 changed files with 71 additions and 6 deletions
10
setup.py
10
setup.py
|
@ -279,7 +279,7 @@ class build_docs(BuildDoc):
|
|||
def run(self):
|
||||
class FakeModule(object):
|
||||
def __init__(self, *args, **kwargs): pass
|
||||
|
||||
|
||||
def __call__(self, *args, **kwargs):
|
||||
return FakeModule()
|
||||
|
||||
|
@ -299,7 +299,7 @@ class build_docs(BuildDoc):
|
|||
print "Skipping Exception: ", e
|
||||
return FakeModule()
|
||||
__builtins__.__import__ = new_import
|
||||
|
||||
|
||||
BuildDoc.run(self)
|
||||
|
||||
class build(_build):
|
||||
|
@ -382,7 +382,11 @@ _data_files = [
|
|||
('share/icons/hicolor/96x96/apps', ['deluge/data/icons/hicolor/96x96/apps/deluge.png']),
|
||||
('share/applications', ['deluge/data/share/applications/deluge.desktop']),
|
||||
('share/pixmaps', ['deluge/data/pixmaps/deluge.png', 'deluge/data/pixmaps/deluge.xpm']),
|
||||
('share/man/man1', ['docs/man/deluge.1', 'docs/man/deluged.1'])
|
||||
('share/man/man1', [
|
||||
'docs/man/deluge.1',
|
||||
'docs/man/deluged.1',
|
||||
'docs/man/deluge-gtk.1',
|
||||
'docs/man/deluge-console.1'])
|
||||
]
|
||||
|
||||
# Main setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue