# HG changeset patch # User Gerd Moellmann # Date 969996262 0 # Node ID 722e2e186e854f5985f4d777266caa70c4a6f97e # Parent d9babe5e7c29eb831e42f4a3ea2a706f9ba25b3f *** empty log message *** diff -r d9babe5e7c29 -r 722e2e186e85 ChangeLog --- 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 + + * 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 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) diff -r d9babe5e7c29 -r 722e2e186e85 leim/ChangeLog --- 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 + + * Makefile.in: Make this the leim Makefile.in. + (clean): Also remove $NON-TIT and $WORLD. + (RUN-EMACS): Set EMACSLOADPATH. + 2000-09-21 Kenichi Handa * Makefile.in: Revert to no-leim Makefile. diff -r d9babe5e7c29 -r 722e2e186e85 noleim-Makefile.in --- /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: