changeset 43:2e3add4b4f19

updated setup.py: manpage is now installed
author Goffi <goffi@goffi.org>
date Sat, 04 Jun 2011 19:44:52 +0200
parents 671d8c70a84c
children 07e4c8f96a6e
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'],
      )