
Simplest way to install goodnews is to run:

	> make install

This will run the python distutils script and install goodnews into
your python site-packages, with a small front end command in
/usr/bin/goodnews. You can also run:

	> python setup.py install


To make a rpm package:

	> make rpm

and then install the produced rpm package in the 'dist'
directory. This also does the same thing:

	> python setup.py bdist_rpm

