summaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index 32cdc2d530..20221cb727 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -66,6 +66,9 @@ $(mo-installed): %.mo; $(do-install)
.PHONY: linguas linguas.mo
linguas: $(ALL_LINGUAS:=.po)
linguas.mo: $(ALL_LINGUAS:=.mo)
+
+realclean:
+ rm -f $(ALL_LINGUAS:=.mo)
# Copy the PO files from the translation coordinator's repository.