Fixed some build issues and updated man page

This commit is contained in:
punkrockguy318 2008-08-03 00:55:21 +00:00
parent 12450a8819
commit 96dce16bad
3 changed files with 25 additions and 7 deletions

View File

@ -1,11 +1,10 @@
gfceu gfceux
setup.py setup.py
COPYING COPYING
ChangeLog ChangeLog
INSTALL INSTALL
TODO TODO
gfceu.xml gfceux.xml
gfceu.desktop gfceux.desktop
gfceu.png gfceux.png
gfceu_big.png gfceux_big.png
gfceu.1

19
gfceux.1 Normal file
View File

@ -0,0 +1,19 @@
.TH gfceux 1 "August 2, 2008" "Lukas Sabota"
.SH NAME
GNOME FCE UltraX - A graphical front-end for fceux
.SH SYNOPSIS
.B gfceux
.BR [options]
.PP
.SH DESCRIPTION
GFCE UltraX is a graphical front-end for fceux, an advanced Nintendo Entertainment System emulator. The program allows easy control over various options including input, network, video, and sound. It uses the GTK+2 library and optionally GNOMEVFS.
.SH OPTIONS
.TP
.B --version
Displays the version number of the application
.TP
.B --help
Displays a help message displaying options
.SH AUTHOR
.TP
Written for Ubuntu/Debian by Lukas Sabota.

View File

@ -2,7 +2,7 @@
from distutils.core import setup from distutils.core import setup
setup(name="gfceux", setup(name="gfceux",
version="2.0.0", version="2.0.0",
scripts = ['gfceu'], scripts = ['gfceux'],
data_files=[('share/gfceux/',['gfceux.xml', 'gfceux_big.png', 'gfceux.png']), data_files=[('share/gfceux/',['gfceux.xml', 'gfceux_big.png', 'gfceux.png']),
('share/pixmaps/', ['gfceux.png']), ('share/pixmaps/', ['gfceux.png']),
('share/man/man1/', ['gfceux.1']), ('share/man/man1/', ['gfceux.1']),