From 77c2d5f205eea3fdff4733dded2aeede301c17ed Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 29 Jun 2009 15:34:05 +0000 Subject: * Doxyfile.in: removed. merged into template/Doxyfile.template * configure.in: new checking for dot and doxygen. * template/Doxyfile.template: merged with Doxyfile.in. configured some options. * common.mk (capi): use $(DOXYGEN) instead of "doxygen". (Doxyfile): removed a duplicate entry in the dependency. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 43af7f9ec..6d32261d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Jun 29 22:50:10 2009 Yuki Sonoda (Yugui) + + * Doxyfile.in: removed. merged into template/Doxyfile.template + + * configure.in: new checking for dot and doxygen. + + * template/Doxyfile.template: merged with Doxyfile.in. + configured some options. + + * common.mk (capi): use $(DOXYGEN) instead of "doxygen". + (Doxyfile): removed a duplicate entry in the dependency. + Mon Jun 29 21:01:31 2009 Tadayoshi Funaba * complex.c (nucomp_expt): checks exactness. -- cgit