X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/e910acfbc91a6132b82bf4f33b19574d61da3169..3aab99fae5f7681154a35a3e75d8e225424e2d8b:/po/Makefile diff --git a/po/Makefile b/po/Makefile index 084d011f0..c1c37443b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -19,7 +19,7 @@ install: all ikiwiki.pot: $(POTFILES) @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; \ + xgettext --from-code=UTF-8 $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators; \ fi clean: @@ -28,7 +28,7 @@ clean: %.mo: %.po msgfmt -o $@ $< -%.po: +%.po: ikiwiki.pot @echo -n "Merging ikiwiki.pot and $@" @msgmerge $@ ikiwiki.pot -o $@.new 2>&1 # Typically all that changes was a date or line number. I'd prefer not to