summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-07 12:04:52 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-07 12:04:52 -0400
commit79cd6060ce58e975f5ef0106ca299a3ec26e30f0 (patch)
tree2eb81cc8ae784f774cbc256f66d763633ca7497d /Makefile
parent24d428751333f34f8f756153eb737cc17e95f1b7 (diff)
downloadthird_party-func-79cd6060ce58e975f5ef0106ca299a3ec26e30f0.tar.gz
third_party-func-79cd6060ce58e975f5ef0106ca299a3ec26e30f0.tar.xz
third_party-func-79cd6060ce58e975f5ef0106ca299a3ec26e30f0.zip
Func shouldn't run pod2man on certmaster docs
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c556886..74b7f6e 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