aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2008-03-03 21:24:17 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2008-03-03 21:24:17 +0000
commita60d9424ddc243acd1c1bd291e7a3f334b7b2ba1 (patch)
tree9dc92bb66fed3e356d558b8e50eef7b4b686d3fb /setup.py
parent4e8097313bb091915febf708eaa1b3134873cc08 (diff)
downloadmgarepo-a60d9424ddc243acd1c1bd291e7a3f334b7b2ba1.tar
mgarepo-a60d9424ddc243acd1c1bd291e7a3f334b7b2ba1.tar.gz
mgarepo-a60d9424ddc243acd1c1bd291e7a3f334b7b2ba1.tar.bz2
mgarepo-a60d9424ddc243acd1c1bd291e7a3f334b7b2ba1.tar.xz
mgarepo-a60d9424ddc243acd1c1bd291e7a3f334b7b2ba1.zip
Added a crappy manual page
The only useful thing for the moment is the description of configuration options.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7c4814c..1478b17 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,8 @@ setup(name="repsys",
"compatv15.chlog",
"create-srpm",
"rebrand-mdk"]),
- ("/etc/", ["repsys.conf"])]
+ ("/etc/", ["repsys.conf"]),
+ ("share/man/man8/", ["repsys.8"])]
)
# vim:ts=4:sw=4:et