From e3493766701ac84e6d76257659be27c209ecb12e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 25 Sep 2007 18:22:40 -0400 Subject: Adding manpages and misc spec/build cleanup --- setup.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'setup.py') 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 -- cgit