| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
should not be split between two lines, as that will break with GNU Make >3.80,
when sh.exe is used and arg quoting is with '..'.
|
| |
|
|
|
|
| |
(extraclean): New target, emulates Makefile.in.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tweak arch tagging to make build/install-in-place less annoying
Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).
This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
|
| |
|
|
|
|
| |
stamp-subdir test.
|
|
|
|
|
|
| |
$(MISC-DIC).
(clean, mostlyclean): Don't delete *.elc distributed with tarball.
(maintainer-clean): Delete files that are not in CVS repository.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(MISC): Add georgian.elc.
(UNICODE): Add it.
(WORLD): Add $(UNICODE).
|
|
|
|
| |
(VIETNAMESE): Add vntelex.el.
|
|
|
|
| |
($(MISC_DIC)): Ditto.
|
| |
|
|
|
|
|
|
| |
(TIT-BIG5): Remove CTLauB.elc from it.
(MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
(clean mostlyclean): Remove obsolete reference.
|
|
|
|
|
|
|
| |
($(TIT)):
($(MISC_DIC)):
(.el.elc):
(leim-list.el): Remove stuff to set EMACSLOADPATH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
quail/ZIRANMA.elc.
(NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
$(srcdir)/quail/tsang-b5.elc.
(NON_TIT_CNS): Delete.
(CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
(CHINESE_CNS): Delete.
(KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
<handa@etl.go.jp>.
(MISC_DIC): New variable.
(CHINESE): Delete $(CHINESE_CNS).
(WORLD): Add $(MISC_DIC).
(all): Depends on $(MISC_DIC).
(.NOTPARALLEL, .NO_PARALLEL): New special targets.
($(MISC_DIC)): New target.
(clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
and $(MISC_DIC:.elc=.el).
|
| |
|
|
|
|
| |
path absolute.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
relative to $(CURDIR).
(INSTALLDIR): Use forward slash.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
of conditional invocation of make.
(TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
(NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
(TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
files to .elc.
($(TIT)): Adjusted for the above change.
(clean mostlyclean): Likewise.
(.el.elc): New target.
|
|
|
|
| |
(leim-list.el): Ditto.
|
| |
|
|
|
|
|
| |
leim-list.el.
(distclean maintainer-clean): Ditto for stamp-subdir.
|
| |
|
|
|