summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 13:29:17 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 13:29:17 -0500
commit6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838 (patch)
treeed2bf5dd8fc3425092d541f7e6b9a4ec39543bca /Makefile
parent71ca4184404df52dabfea318e3e0a1ca8c1b4c61 (diff)
downloadfunc-6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.tar.gz
func-6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.tar.xz
func-6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.zip
first pass at splitting off certmaster
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 187e7c9..55d5227 100755
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,6 @@ manpage:
pod2man --center="funcd" --release="" ./docs/funcd.pod | gzip -c > ./docs/funcd.1.gz
pod2man --center="func" --release="" ./docs/func.pod | gzip -c > ./docs/func.1.gz
pod2man --center="func-inventory" --release="" ./docs/func-inventory.pod | gzip -c > ./docs/func-inventory.1.gz
- pod2man --center="certmaster" --release="" ./docs/certmaster.pod | gzip -c > ./docs/certmaster.1.gz
- pod2man --center="certmaster-ca" --release="" ./docs/certmaster-ca.pod | gzip -c > ./docs/certmaster-ca.1.gz
messages: func/minion/*.py
xgettext -k_ -kN_ -o $(MESSAGESPOT) func/minion/*.py
@@ -66,6 +64,7 @@ install_rpm:
-rpm -Uvh rpm-build/func-$(VERSION)-$(RELEASE)$(shell rpm -E "%{?dist}").noarch.rpm
restart:
+ # not in this package anymore, but since this target is for devel testing, leave it anyway
-/etc/init.d/certmaster restart
-/etc/init.d/funcd restart