summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-13 12:56:43 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-13 12:56:43 -0500
commit1b545eb1f1874cd5ba38d849c489785f947018f3 (patch)
tree3c743d7f588d94648d8632d9412445a6a035b1c3 /Makefile
parent95653d77d32d8d6c2cab320c9a04cad74d405a1e (diff)
downloadcertmaster-1b545eb1f1874cd5ba38d849c489785f947018f3.tar.gz
certmaster-1b545eb1f1874cd5ba38d849c489785f947018f3.tar.xz
certmaster-1b545eb1f1874cd5ba38d849c489785f947018f3.zip
message building fixes in the Makefile
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
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 <EMAIL@ADDRESS>, YEAR/Adrian Likins <alikins@redhat.com>, 2007/g' -e 's/PACKAGE VERSION/certmaster $(VERSION)-$(RELEASE)/g' -e 's/PACKAGE/certmaster/g' $(MESSAGESPOT)