]> sipb.mit.edu Git - ikiwiki.git/blobdiff - po/Makefile
fix broken format string, manual unfuzzy
[ikiwiki.git] / po / Makefile
index 910114e67f647b6d06c46ac3d5a0a5d84f97eb79..a415854a2afabf1c1eefe5eca6e3ec6169c82a49 100644 (file)
@@ -16,10 +16,10 @@ install: all
 
 ikiwiki.pot: $(POTFILES)
        @echo "Rebuilding the pot file"
 
 ikiwiki.pot: $(POTFILES)
        @echo "Rebuilding the pot file"
-       xgettext $(POTFILES) -o ikiwiki.pot -Lperl
+       xgettext $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators
 
 clean:
 
 clean:
-       rm -f ikiwiki.pot $(MOFILES) messages messages.mo
+       rm -f $(MOFILES) messages messages.mo
 
 %.mo: %.po
        msgfmt -o $@ $<
 
 %.mo: %.po
        msgfmt -o $@ $<