Updated manpage (Peter Gill collaborated only in the old Devede)

Updated setup to install the manpage
This commit is contained in:
Sergio Costas 2015-11-07 16:35:41 +01:00
parent 0055381a2d
commit 9af06bab98
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,8 @@ def get_data_files():
(os.path.join('share', 'devede_ng'), ['data/codepages.lst']),
(os.path.join('share', 'devede_ng'), ['data/languages.lst']),
(os.path.join('share', 'devede_ng', 'backgrounds'), glob('data/pixmaps/backgrounds/*')),
(os.path.join('share', 'doc', 'devede_ng', 'html'), glob('doc/*'))
(os.path.join('share', 'doc', 'devede_ng', 'html'), glob('doc/*')),
(os.path.join('share','man','man1'), ['data/devede.1'])
]
for lang_name in [f for f in os.listdir('locale')]: