X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8daaa11baa70e07f6405ccb4474e97cac9627961..b56e98cbe3556ea05e626f1111c2adb496cd7ff7:/po/Makefile?ds=sidebyside 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 $@ $<