diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 9b98e907..f8fbf25f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -53,7 +53,7 @@ refresh-po: Makefile done clean: - rm -f *mo $(NLSPACKAGE).pot + rm -f *mo $(NLSPACKAGE).pot *.pyc distclean: clean rm -f .depend Makefile |