# HG changeset patch # User Goffi # Date 1307209492 -7200 # Node ID 2e3add4b4f193ff2557d5e9c106c0413c0001b16 # Parent 671d8c70a84cbaac5490f9a23907d12f49956af5 updated setup.py: manpage is now installed diff -r 671d8c70a84c -r 2e3add4b4f19 setup.py --- a/setup.py Sat Jun 04 19:44:36 2011 +0200 +++ b/setup.py Sat Jun 04 19:44:52 2011 +0200 @@ -26,7 +26,7 @@ 'Topic :: Utilities' ], data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/gcp.mo']), - ('share/doc/%s/examples' % name, glob("examples/*.py")), - ('share/doc/%s' % name, ['COPYING','COPYING.LESSER','README'])], + ('share/man/man1', ["gcp.1"]), + ('share/doc/%s' % name, ['COPYING','README'])], scripts=['gcp'], )