X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/3b5f0e6ce91639155222e723c1890fb5ea9f9e6f..7884f69eaf4eb7416306a47c3bcb7d717443ac56:/po/Makefile diff --git a/po/Makefile b/po/Makefile index 910114e67..a415854a2 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,10 +16,10 @@ install: all ikiwiki.pot: $(POTFILES) @echo "Rebuilding the pot file" - xgettext $(POTFILES) -o ikiwiki.pot -Lperl + xgettext $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators clean: - rm -f ikiwiki.pot $(MOFILES) messages messages.mo + rm -f $(MOFILES) messages messages.mo %.mo: %.po msgfmt -o $@ $<