aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 04:10:31 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 04:10:31 +0000
commit8b3a840a745855ecbbcc207026306449c21fb3b4 (patch)
tree4029929f04e57aad21a67b18b7f474885a57a95b /po
parent2725887734c318350875501e64561f79b8866dfe (diff)
downloadikiwiki-8b3a840a745855ecbbcc207026306449c21fb3b4.tar
ikiwiki-8b3a840a745855ecbbcc207026306449c21fb3b4.tar.gz
* Detect old versions of xgettext and avoid using them.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile6
-rw-r--r--po/ikiwiki.pot2
2 files changed, 5 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile
index a415854a2..cc931c5a8 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -15,8 +15,10 @@ install: all
done
ikiwiki.pot: $(POTFILES)
- @echo "Rebuilding the pot file"
- xgettext $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators
+ @if perl -e '($$ver)=`xgettext -V | head -n 1`=~/.*\s+([0-9]+\.[0-9]+)/; die "gettext $$ver too old, not updating the pot file\n" if $$ver < 0.16'; then \
+ echo "Rebuilding the pot file"; \
+ xgettext $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators; \
+ fi
clean:
rm -f $(MOFILES) messages messages.mo
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot
index 340a84760..d42394cbd 100644
--- a/po/ikiwiki.pot
+++ b/po/ikiwiki.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-02-19 22:59-0500\n"
+"POT-Creation-Date: 2007-02-19 23:10-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"