move .gmo removal to distclean so make distcheck works again

Original commit message from CVS:
move .gmo removal to distclean so make distcheck works again
This commit is contained in:
Benjamin Otte 2003-11-23 04:42:54 +00:00
parent f6970851de
commit 0841437903

View file

@ -282,11 +282,11 @@ clean: mostlyclean
distclean: clean
rm -f Makefile Makefile.in POTFILES *.mo
rm -f stamp-po $(GMOFILES)
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
rm -f stamp-po $(GMOFILES)
dist distdir:
$(MAKE) update-po