update.
[chise/chise-base.git] / ChangeLog
1 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * Makefile.in (install-db): Use $(TAR) instead of `tar'.
4         (chise-db): Likewise.
5         (tar-core): Likewise; call `cvs-base-clean' instead of
6         `cvs-core-clean'; cvs export concord and libchise.
7
8 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
9
10         * Makefile.in (XEMACS_OPTS): Add --pdump, --without-xim and
11         --with-database=berkdb.
12         (xemacs-chise/src/config.h): Move --without-xim, --pdump and
13         --with-database=berkdb to `XEMACS_OPTS'.
14         (tar-core): Call `cvs-core-clean'; don't copy Makefile concord and
15         libchise.
16         (cvs-clean): Use `cvs-base-clean' and `cvs-core-clean'.
17         (cvs-core-clean): New target.
18         (cvs-base-clean): New target.
19
20         * configure.in: Code to detect version of Berkeley DB for Fink is
21         moved into the if-clause about Fink is used.
22
23 2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
24
25         * Makefile: Deleted.
26
27         * Makefile.in, config.guess, config.sub, configure, configure.in,
28         install-sh: New files.
29
30 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
31
32         * Makefile (VERSION): Update to 0.23.
33         (CONCORD_OPTS): New variable.
34         (all): Call `build-concord'.
35         (install): Call `install-core'.
36         (force-config-concord): New target.
37         (config-concord): Likewise.
38         (concord/config.h): Likewise.
39         (build-concord): Likewise.
40         (install-concord): Likewise.
41         ($(PREFIX)/lib/libconcord.a): Likewise.
42         (config-libchise): Call `install-concord' and `libchise/config.h'.
43         (libchise/config.h): New target.
44         (build-libchise): Cqll `config-libchise'.
45         (install-libchise): Call `build-libchise' and
46         `$(PREFIX)/lib/libchise.a'.
47         ($(PREFIX)/lib/libchise.a): New target.
48         (install-core): New target.
49         (install-db): Changed for new layout.
50         (config-xemacs): Call `xemacs-chise/src/config.h'.
51         (xemacs-chise/src/config.h): New target.
52         (install-xemacs): Call `install-libchise' and
53         `$(PREFIX)/bin/xemacs'.
54         ($(PREFIX)/bin/xemacs): New target.
55         (install-ids): Call `install-xemacs'.
56         (install-base): New target.
57         (generate-db): Call `install-base' instead of `install-xemacs' and
58         `install-ids'.
59         (chise-db): Change directory layout.
60         (tar-core): Copy `concord'.
61         (get-base): New target.
62         (concord): New target.
63         (libchise): Call `.cvs-login'.
64         (xemacs-chise): Likewise.
65         (ids): Likewise.
66         (.cvs-login): New target.
67         (distclean): Add cleaner for concord/.
68         (db-clean): New target.
69         (cvs-clean): New target.
70
71 \f
72 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
73
74         * chise-core 0.22 released.
75
76         * Makefile (VERSION): Update to 0.22.
77         (tar-core): Renamed from `tar'; do cvs commin and add version tag;
78         rename package name from `chise-base' to `chise-core'.
79
80 2005-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
81
82         * Makefile: New file.
83