[svn] Remove .gmo files when make clean is called.

This commit is contained in:
mtortonesi 2005-05-31 12:43:24 -07:00
parent 71911ea593
commit ec0522ce80
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
rm -f Makefile Makefile.in POTFILES *.mo *.msg
rm -f Makefile Makefile.in POTFILES *.mo *.gmo *.msg
maintainer-clean: distclean
@echo "!! This command is intended for maintainers to use;"