diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
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. |