From: tomo Date: Fri, 24 Jun 2005 15:56:54 +0000 (+0000) Subject: update. X-Git-Tag: chise-base-0_23~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7068302cf363d90d22ebc3624361a3a584371c6c;p=chise%2Fchise-base.git update. --- diff --git a/ChangeLog b/ChangeLog index 3a25e27..c2d0ab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2005-06-24 MORIOKA Tomohiko + + * Makefile (VERSION): Update to 0.23. + (CONCORD_OPTS): New variable. + (all): Call `build-concord'. + (install): Call `install-core'. + (force-config-concord): New target. + (config-concord): Likewise. + (concord/config.h): Likewise. + (build-concord): Likewise. + (install-concord): Likewise. + ($(PREFIX)/lib/libconcord.a): Likewise. + (config-libchise): Call `install-concord' and `libchise/config.h'. + (libchise/config.h): New target. + (build-libchise): Cqll `config-libchise'. + (install-libchise): Call `build-libchise' and + `$(PREFIX)/lib/libchise.a'. + ($(PREFIX)/lib/libchise.a): New target. + (install-core): New target. + (install-db): Changed for new layout. + (config-xemacs): Call `xemacs-chise/src/config.h'. + (xemacs-chise/src/config.h): New target. + (install-xemacs): Call `install-libchise' and + `$(PREFIX)/bin/xemacs'. + ($(PREFIX)/bin/xemacs): New target. + (install-ids): Call `install-xemacs'. + (install-base): New target. + (generate-db): Call `install-base' instead of `install-xemacs' and + `install-ids'. + (chise-db): Change directory layout. + (tar-core): Copy `concord'. + (get-base): New target. + (concord): New target. + (libchise): Call `.cvs-login'. + (xemacs-chise): Likewise. + (ids): Likewise. + (.cvs-login): New target. + (distclean): Add cleaner for concord/. + (db-clean): New target. + (cvs-clean): New target. + + 2005-05-25 MORIOKA Tomohiko * chise-core 0.22 released.