* 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
This commit is contained in:
yugui 2008-12-29 09:26:50 +00:00
parent bbd1a18aaf
commit 25c96543cc
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Dec 29 18:24:49 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* Makefile.in (distclean-local): removes Doxyfile and
run.gdb at distclean'ing.
Mon Dec 29 17:53:24 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* bin/erb: accepts options in more flexible styles.

View File

@ -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