From: Adrian Likins Date: Wed, 13 Feb 2008 17:56:43 +0000 (-0500) Subject: message building fixes in the Makefile X-Git-Tag: v0.19~11 X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=commitdiff_plain;h=1b545eb1f1874cd5ba38d849c489785f947018f3 message building fixes in the Makefile --- diff --git a/Makefile b/Makefile index 9cbfc49..013acc7 100755 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ manpage: 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: certmaster/minion/*.py - xgettext -k_ -kN_ -o $(MESSAGESPOT) certmaster/minion/*.py +messages: certmaster/*.py + xgettext -k_ -kN_ -o $(MESSAGESPOT) certmaster/*.py sed -i'~' -e 's/SOME DESCRIPTIVE TITLE/certmaster/g' -e 's/YEAR THE PACKAGE'"'"'S COPYRIGHT HOLDER/2007 Red Hat, inc. /g' -e 's/FIRST AUTHOR , YEAR/Adrian Likins , 2007/g' -e 's/PACKAGE VERSION/certmaster $(VERSION)-$(RELEASE)/g' -e 's/PACKAGE/certmaster/g' $(MESSAGESPOT)