diff --git a/MANIFEST b/MANIFEST index 15a8e5c0..c4ecd8d3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,11 +1,10 @@ -gfceu +gfceux setup.py COPYING ChangeLog INSTALL TODO -gfceu.xml -gfceu.desktop -gfceu.png -gfceu_big.png -gfceu.1 +gfceux.xml +gfceux.desktop +gfceux.png +gfceux_big.png diff --git a/gfceux.1 b/gfceux.1 new file mode 100644 index 00000000..d330e121 --- /dev/null +++ b/gfceux.1 @@ -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. diff --git a/setup.py b/setup.py index 047f752c..2bf9e54a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name="gfceux", version="2.0.0", - scripts = ['gfceu'], + scripts = ['gfceux'], data_files=[('share/gfceux/',['gfceux.xml', 'gfceux_big.png', 'gfceux.png']), ('share/pixmaps/', ['gfceux.png']), ('share/man/man1/', ['gfceux.1']),