Added help

This commit is contained in:
Sergio Costas 2015-10-26 14:45:44 +01:00
parent e5b3a4d32a
commit 4ddb219000
41 changed files with 1514 additions and 134 deletions

View file

@ -19,7 +19,7 @@ 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('docs/html/*'))
(os.path.join('share', 'doc', 'devede_ng', 'html'), glob('doc/*'))
]
for lang_name in [f for f in os.listdir('locale')]: