X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2725887734c318350875501e64561f79b8866dfe..8b3a840a745855ecbbcc207026306449c21fb3b4:/po/Makefile 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