summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-03-05 15:53:37 -0500
committerAdrian Likins <alikins@redhat.com>2008-03-05 15:53:37 -0500
commitc445941b69adac84ff7311bc41f4c93456923d29 (patch)
treeb204ba0fffc49af694c4d542fa339c21a4ac88c3
parent4ccddddaa05dbfb5904905a7442ecd8ab91c0764 (diff)
downloadcertmaster-c445941b69adac84ff7311bc41f4c93456923d29.tar.gz
certmaster-c445941b69adac84ff7311bc41f4c93456923d29.tar.xz
certmaster-c445941b69adac84ff7311bc41f4c93456923d29.zip
lame build fix. Messages/gettext stuff needs to be sorted out. We done
seem to find any messages to translate,so po/messages.pot isnt created. So for now, create it with a touch.
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 013acc7..be3c0b9 100755
--- 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)