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

@ -20,8 +20,7 @@ It also allows user to create subtitles and even animated menus.
installation the application is available from the Applications menu. installation the application is available from the Applications menu.
.SH "AUTHOR" .SH "AUTHOR"
.IX Header "AUTHOR" .IX Header "AUTHOR"
\fBDeVeDe\fR was written by Sergio Costas <raster@rastersoft.com> \ \fBDeVeDe\fR was written by Sergio Costas <raster@rastersoft.com>
and Peter Gill <peter.m.gill@gmail.com>.
.PP .PP
This manual was provided by Alessio Treglia <quadrispro@ubuntu.com> \ This manual was provided by Alessio Treglia <quadrispro@ubuntu.com> \
for the Ubuntu project (and may be used by others). for the Ubuntu project (and may be used by others).

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/codepages.lst']),
(os.path.join('share', 'devede_ng'), ['data/languages.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', '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')]: for lang_name in [f for f in os.listdir('locale')]: