aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $<