mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove .gmo files when make clean is called.
This commit is contained in:
parent
71911ea593
commit
ec0522ce80
@ -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;"
|
||||
|
Loading…
Reference in New Issue
Block a user