X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/8daaa11baa70e07f6405ccb4474e97cac9627961..a27b1615ad083d8aa0136a8014bcb513a9076379:/po/Makefile diff --git a/po/Makefile b/po/Makefile index 2d34c6fe8..a415854a2 100644 --- a/po/Makefile +++ b/po/Makefile @@ -19,7 +19,7 @@ ikiwiki.pot: $(POTFILES) 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 $@ $<