]> sipb.mit.edu Git - ikiwiki.git/blobdiff - po/Makefile
pages with inline feeds arn't excluded, no need to list separately
[ikiwiki.git] / po / Makefile
index 910114e67f647b6d06c46ac3d5a0a5d84f97eb79..cc931c5a8c9693dcd236084e49166a80171af4d4 100644 (file)
@@ -15,11 +15,13 @@ install: all
        done
 
 ikiwiki.pot: $(POTFILES)
-       @echo "Rebuilding the pot file"
-       xgettext $(POTFILES) -o ikiwiki.pot -Lperl
+       @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 ikiwiki.pot $(MOFILES) messages messages.mo
+       rm -f $(MOFILES) messages messages.mo
 
 %.mo: %.po
        msgfmt -o $@ $<