Updated manpage (Peter Gill collaborated only in the old Devede)
Updated setup to install the manpage
This commit is contained in:
parent
0055381a2d
commit
9af06bab98
2 changed files with 3 additions and 3 deletions
|
|
@ -20,8 +20,7 @@ It also allows user to create subtitles and even animated menus.
|
|||
installation the application is available from the Applications menu.
|
||||
.SH "AUTHOR"
|
||||
.IX Header "AUTHOR"
|
||||
\fBDeVeDe\fR was written by Sergio Costas <raster@rastersoft.com> \
|
||||
and Peter Gill <peter.m.gill@gmail.com>.
|
||||
\fBDeVeDe\fR was written by Sergio Costas <raster@rastersoft.com>
|
||||
.PP
|
||||
This manual was provided by Alessio Treglia <quadrispro@ubuntu.com> \
|
||||
for the Ubuntu project (and may be used by others).
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -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')]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue