Commit 28d28e84 by Gerald Pfeifer Committed by Gerald Pfeifer

Makefile.in.in (distclean): Also remove *.gmo during `make distclean`.

	* Makefile.in.in (distclean): Also remove *.gmo during `make
	distclean`.

From-SVN: r39359
parent 2f33c635
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> 2000-12-17 Philipp Thomas <pthomas@suse.de>
* POTFILES.in: Add doloop.c. * POTFILES.in: Add doloop.c.
......
...@@ -197,7 +197,7 @@ mostlyclean: ...@@ -197,7 +197,7 @@ mostlyclean:
clean: mostlyclean clean: mostlyclean
distclean: clean 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 maintainer-clean: distclean
@echo "This command is intended for maintainers to use;" @echo "This command is intended for maintainers to use;"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment