mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
*** empty log message ***
This commit is contained in:
parent
dadbf6732e
commit
ce75c97aa8
3 changed files with 22 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
7
noleim-Makefile.in
Normal file
7
noleim-Makefile.in
Normal file
|
|
@ -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:
|
||||
Loading…
Reference in a new issue