Mercurial > emacs
changeset 31918:722e2e186e85
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 26 Sep 2000 19:24:22 +0000 |
parents | d9babe5e7c29 |
children | 349d4355e899 |
files | ChangeLog leim/ChangeLog noleim-Makefile.in |
diffstat | 3 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Sep 26 19:23:56 2000 +0000 +++ b/ChangeLog Tue Sep 26 19:24:22 2000 +0000 @@ -1,3 +1,12 @@ +2000-09-26 Gerd Moellmann <gerd@gnu.org> + + * make-dist: Adapt to the change of leim/Makefile which was + necessary to ensure a reasonably working `make dist'. + + * leim-Makefile.in: Moved to leim/Makefile.in.. + + * noleim-Makefile.in: New file, formerly leim/Makefile.in. + 2000-09-21 Kenichi Handa <handa@etl.go.jp> * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
--- a/leim/ChangeLog Tue Sep 26 19:23:56 2000 +0000 +++ b/leim/ChangeLog Tue Sep 26 19:24:22 2000 +0000 @@ -1,3 +1,9 @@ +2000-09-26 Gerd Moellmann <gerd@gnu.org> + + * Makefile.in: Make this the leim Makefile.in. + (clean): Also remove $NON-TIT and $WORLD. + (RUN-EMACS): Set EMACSLOADPATH. + 2000-09-21 Kenichi Handa <handa@etl.go.jp> * Makefile.in: Revert to no-leim Makefile.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/noleim-Makefile.in Tue Sep 26 19:24:22 2000 +0000 @@ -0,0 +1,7 @@ +# This placeholder appears in the `leim' subdirectory in the Emacs +# distribution. It is is overwritten with a real makefile +# when you actually extract LEIM into the directory. +all install: + +# Avoid error when these targets are used. +clean distclean mostlyclean maintainer-clean: