From 25c96543cccafb52f11c99a3eaa18a206afa4703 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 29 Dec 2008 09:26:50 +0000 Subject: * Makefile.in (distclean-local): removes Doxyfile and run.gdb at distclean'ing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f756b4f09..e65a215ed9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 29 18:24:49 2008 Yuki Sonoda (Yugui) + + * Makefile.in (distclean-local): removes Doxyfile and + run.gdb at distclean'ing. + Mon Dec 29 17:53:24 2008 Yuki Sonoda (Yugui) * bin/erb: accepts options in more flexible styles. diff --git a/Makefile.in b/Makefile.in index 926b82b424..b7313dd85f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -220,6 +220,8 @@ clean-local:: distclean-local:: @$(RM) ext/config.cache $(RBCONFIG) + $(RM) Doxyfile + @-$(RM) run.gdb -$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h -rmdir -p $(arch_hdrdir)/ruby -- cgit v1.2.3