* Makefile.in.in (distclean): Also remove *.gmo during `make
distclean`.
From-SVN: r39359
+2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * Makefile.in.in (distclean): Also remove *.gmo during `make
+ distclean`.
+
2000-12-17 Philipp Thomas <pthomas@suse.de>
* POTFILES.in: Add doloop.c.
clean: mostlyclean
distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
+ rm -f Makefile Makefile.in POTFILES *.mo *.gmo *.msg *.cat *.cat.m
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"