lame build fix. Messages/gettext stuff needs to be sorted out. We done
authorAdrian Likins <alikins@redhat.com>
Wed, 5 Mar 2008 20:53:37 +0000 (15:53 -0500)
committerAdrian Likins <alikins@redhat.com>
Wed, 5 Mar 2008 20:53:37 +0000 (15:53 -0500)
seem to find any messages to translate,so po/messages.pot isnt created.
So for now, create it with a touch.

Makefile

index 013acc7..be3c0b9 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ manpage:
        pod2man --center="certmaster-ca" --release="" ./docs/certmaster-ca.pod | gzip -c > ./docs/certmaster-ca.1.gz
 
 messages: certmaster/*.py
+       touch $(MESSAGESPOT)
        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)