Mercurial > emacs
comparison leim/ChangeLog @ 32725:a131b00a003b
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sat, 21 Oct 2000 13:33:35 +0000 |
parents | 867752ecd03c |
children | 10615d0d4ed1 |
comparison
equal
deleted
inserted
replaced
32724:22afed8d7e3f | 32725:a131b00a003b |
---|---|
1 2000-10-21 Andrew Innes <andrewi@gnu.org> | |
2 | |
3 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead | |
4 of conditional invocation of make. | |
5 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) | |
6 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) | |
7 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el | |
8 files to .elc. | |
9 ($(TIT)): Adjusted for the above change. | |
10 (clean mostlyclean): Likewise. | |
11 (.el.elc): New target. | |
12 | |
13 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead | |
14 of conditional invocation of make. | |
15 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) | |
16 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) | |
17 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el | |
18 files to .elc. | |
19 ($(TIT)): Adjusted for the above change. | |
20 (clean mostlyclean): Likewise. | |
21 (.el.elc): New target. | |
22 | |
1 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> | 23 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 24 |
3 * Makefile.in (${TIT}, clean): Don't use shell `command` | 25 * Makefile.in (${TIT}, clean): Don't use shell `command` |
4 expansion, use ${TIT:.elc=.el} instead. | 26 expansion, use ${TIT:.elc=.el} instead. |
5 | 27 |