1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Miles Bader
48d67035ea Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
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.
2004-06-11 02:39:51 +00:00
Juanma Barranquero
bd6766d34d Add "-*- makefile -*-" mode tag. 2004-04-23 00:24:35 +00:00
Andrew Innes
2808274629 (distclean clean): Remove nmake specific
stamp-subdir test.
2004-04-09 17:32:16 +00:00
Kenichi Handa
948b7d164a (all): Depends on $(WORLD) instead of $(TIT) and
$(MISC-DIC).
(clean, mostlyclean): Don't delete *.elc distributed with tarball.
(maintainer-clean): Delete files that are not in CVS repository.
2004-03-01 07:08:28 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Dave Love
98e99f6e64 (SLAVIC): Add croatian.elc. 2003-01-05 00:18:44 +00:00
Juanma Barranquero
abceb4ac6e (LATIN): Add welsh.elc.
(MISC): Add georgian.elc.
(UNICODE): Add it.
(WORLD): Add $(UNICODE).
2002-12-10 22:39:33 +00:00
Werner LEMBERG
5467910836 * Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE), makefile.w32-in
(VIETNAMESE): Add vntelex.el.
2002-03-04 17:23:22 +00:00
Andrew Innes
5c196f2973 ($(TIT)): Don't depend on $(SUBDIRS).
($(MISC_DIC)): Ditto.
2002-02-10 22:27:05 +00:00
Jason Rumney
ea17b6e15b Rename devanagari.elc to indian.elc 2001-11-28 19:22:50 +00:00
Andrew Innes
36d24e3c9f (TIT-GB): Remove CTLau.elc from it.
(TIT-BIG5): Remove CTLauB.elc from it.
(MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
(clean mostlyclean): Remove obsolete reference.
2001-06-01 13:45:43 +00:00
Andrew Innes
9cbff816d5 (EMACSLOADPATH): Define.
($(TIT)): 
($(MISC_DIC)): 
(.el.elc): 
(leim-list.el): Remove stuff to set EMACSLOADPATH.
2001-04-18 14:09:29 +00:00
Andrew Innes
4c1dadb1d5 (TIT_GB): Delete quail/PY.elc and
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).
2001-04-03 15:41:47 +00:00
Andrew Innes
bc4016af93 Convert back to Unix line endings. 2001-02-06 15:59:00 +00:00
Andrew Innes
04f49f8724 (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
path absolute.
2001-02-05 16:58:57 +00:00
Andrew Innes
d3f7e5ca2d (LATIN): Fix last change to use () not {}. 2001-02-03 18:27:26 +00:00
Kenichi Handa
f8f96fe285 (LATIN): Include ${srcdir}/quail/latin-alt.elc. 2001-02-01 23:47:16 +00:00
Andrew Innes
a51e9546ad (LATIN): Include $(srcdir)/quail/latin-alt.elc. 2001-02-01 23:06:49 +00:00
Andrew Innes
5569da4502 (buildlisppath): Set to an absolute directory,
relative to $(CURDIR).
(INSTALLDIR): Use forward slash.
2000-12-06 14:53:33 +00:00
Andrew Innes
24c53d3628 (.SUFFIXES): New target, include .elc .el. 2000-11-24 16:26:56 +00:00
Andrew Innes
e44c759d61 ($(TIT)): Add $(SUBDIRS) as dependents, instead
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.
2000-10-21 13:20:17 +00:00
Andrew Innes
45e5607fd3 ($(TIT)): Set EMACSLOADPATH when running emacs.
(leim-list.el): Ditto.
2000-09-17 20:58:19 +00:00
Andrew Innes
39f547f72e (clean mostlyclean): Ignore errors when removing files. 2000-09-15 17:50:43 +00:00
Andrew Innes
0ba5fa0ec8 (clean mostlyclean): Ignore errors when deleting
leim-list.el.
(distclean maintainer-clean): Ditto for stamp-subdir.
2000-09-14 21:27:11 +00:00
Andrew Innes
96a32cb4a3 (install) Fix copying of directories. 2000-09-03 22:33:41 +00:00
Andrew Innes
918dd0ab6d New file. 2000-09-03 17:33:24 +00:00