summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-25 18:14:30 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-25 18:14:30 -0400
commitec74dd51d8eb3e580cf53fa45357cd7f8b788bdc (patch)
tree4f7ef6fe0aa021846f5e86af066fcfb566f40810 /setup.py
parent14fd0d98b171169e58acf62c86ef1f3a5d5128ee (diff)
parente3493766701ac84e6d76257659be27c209ecb12e (diff)
downloadthird_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.tar.gz
third_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.tar.xz
third_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 9b3ac7c..51b3c49 100644
--- a/setup.py
+++ b/setup.py
@@ -39,9 +39,14 @@ if __name__ == "__main__":
"%s/overlord" % NAME,
"%s/minion/modules" % NAME
],
- data_files = [(initpath, ["init-scripts/funcd", "init-scripts/certmaster"]),
- (etcpath, ["etc/minion.conf","etc/certmaster.conf"]),
- (logpath, [])
+ data_files = [(initpath, ["init-scripts/funcd"]),
+ (initpath, ["init-scripts/certmaster"]),
+ (etcpath, ["etc/minion.conf"]),
+ (etcpath, ["etc/certmaster.conf"]),
+ (manpath, ["docs/func.1.gz"]),
+ (manpath, ["docs/funcd.1.gz"]),
+ (manpath, ["docs/certmaster.1.gz"]),
+ (logpath, [])
],
description = SHORT_DESC,
long_description = LONG_DESC