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

437 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
Miles Bader
4e605676a6 Changes from arch/CVS synchronization 2004-06-05 23:11:46 +00:00
Eli Zaretskii
68330491f9 *** empty log message *** 2004-06-05 10:24:42 +00:00
Kenichi Handa
62bfe0fc5e *** empty log message *** 2004-06-05 02:39:28 +00:00
Kenichi Handa
8f34b40cd5 (leim-list.el): Depends on leim-ext.el. Appends
the contents off leim-ext.el to leim-list.el.
2004-06-05 02:20:52 +00:00
Kenichi Handa
194ad29047 New file. 2004-06-05 02:18:44 +00:00
Miles Bader
c08bfcb57f Changes from arch/CVS synchronization 2004-05-17 05:02:14 +00:00
Kenichi Handa
9254ee5e1b *** empty log message *** 2004-05-17 00:26:33 +00:00
Kenichi Handa
ba1d5dcd24 New file. 2004-05-17 00:21:11 +00:00
Kenichi Handa
f9f14309cb (OTHERS): Add ${srcdir}/quail/sisheng.elc. 2004-05-17 00:20:43 +00:00
Kenichi Handa
53e1a54f76 *** empty log message *** 2004-05-17 00:20:26 +00:00
John Wiegley
6aea1447ee Added entries to .cvsignore files. 2004-05-15 22:46:27 +00:00
Eli Zaretskii
cdc9b8452c *** empty log message *** 2004-05-11 09:48:14 +00:00
Eli Zaretskii
026e4e5163 (leim-list.el): Move commands to convert TIT and MISC dictionaries
from here...
(changed.tit, changed.misc): ...to here.  Remove the (now unneeded)
test of the contents of changed.* files.
2004-05-11 08:56:01 +00:00
Andreas Schwab
9a28b92124 *** empty log message *** 2004-05-10 12:00:20 +00:00
Andreas Schwab
9d820f1a44 (all): Readd dependency on ${WORLD} so that lisp
files are compiled when bootstrapping.
2004-05-10 12:00:02 +00:00
Stefan Monnier
e89e372698 ("TeX"): Quote chars with paren syntax. 2004-05-07 16:09:06 +00:00
Stefan Monnier
bef96454bf ("TeX"): Fix typo. 2004-05-07 15:06:42 +00:00
Stefan Monnier
d2c846aa50 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>. 2004-05-06 15:59:42 +00:00
Stefan Monnier
e7cc1c83d8 Use utf-8 coding. 2004-05-06 15:53:54 +00:00
Kenichi Handa
2cd23d895f (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
(MISC-SOURCES): Likewise.
2004-05-04 01:28:16 +00:00
Jason Rumney
238add5e58 Remove files related to old msvc only windows build. 2004-05-03 14:19:40 +00:00
Kenichi Handa
7017c8174e (clean mostlyclean): Fix previous change. 2004-05-01 05:02:57 +00:00
Kenichi Handa
242a2def6e (OTHERS): Ranamed from MISC.
(MISC): Renamed from MISC-DIC.
(WORLD): Adjuted for the above changes.
(TIT-MISC, NON-TIT-MISC): New targets.
(all): Don't depend on ${WORLD}.
(.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): These targets
removed.
(TIT-SOURCES, MISC-SOURCES): New macros.
(changed.tit, changed.misc): New targets.
(leim-list.el): Depents on ${NON-TIT-MISC}, changed.tit, and
changed.misc.  Generate quail files from TIT and MISC files if
necessary.
(clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
${MISC-DIC}.
2004-05-01 04:59:29 +00:00
Juanma Barranquero
d814862aa6 *** empty log message *** 2004-04-23 00:25:28 +00:00
Juanma Barranquero
bd6766d34d Add "-*- makefile -*-" mode tag. 2004-04-23 00:24:35 +00:00
Miles Bader
a2de0c3b75 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
More RCS keyword removal
2004-04-13 09:47:51 +00:00
Andrew Innes
2808274629 (distclean clean): Remove nmake specific
stamp-subdir test.
2004-04-09 17:32:16 +00:00
Juri Linkov
1e4f1886f6 Fix typo. 2004-03-22 07:42:24 +00:00
Juri Linkov
fe9b50126b Fix comments. 2004-03-22 07:42:01 +00:00
Kenichi Handa
bb62616fbe *** empty log message *** 2004-03-01 07:09:38 +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
Kenichi Handa
e6f528ba39 (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 06:56:32 +00:00
Kenichi Handa
f92f5e37ce *** empty log message *** 2004-02-16 00:06:00 +00:00
Kenichi Handa
dbbd9604a4 (distclean maintainer-clean): Depend on clean. 2004-02-15 23:34:41 +00:00
Kenichi Handa
bdb6a22747 ("bulgarian-bds"): Docstring fixed. 2004-01-27 04:52:02 +00:00
Kenichi Handa
e555f8d5a4 ("bulgarian-phonetic"): Docstring fixed.
Duplicated entry removed.
("bulgarian-bds"): Docstring fixed.
2004-01-22 06:51:31 +00:00
Dave Love
c51b37fde9 *** empty log message *** 2003-10-06 16:36:56 +00:00
Dave Love
564cc60721 Several additions. 2003-10-06 16:13:40 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Kenichi Handa
ac7ec68c8d ("german-prefix"): Fix typo in the docstring. 2003-08-25 11:06:33 +00:00
Dave Love
f653dfd980 *** empty log message *** 2003-08-20 19:18:57 +00:00
Dave Love
9b9d41f706 Add \rhd. 2003-08-20 19:01:23 +00:00
Markus Rost
15a03c3283 ("french-prefix"): Fix spacing in docstring. 2003-08-19 03:01:06 +00:00
Kenichi Handa
15f772c840 (setup-default-fontset): Change registry names of Akurti fonts. 2003-07-30 06:41:30 +00:00
Kenichi Handa
75a304b76e (quail-indian-update-translation): Adjusted the
behaviour according to the change of quail-translate-key.
2003-07-30 06:35:51 +00:00
Kenichi Handa
603b807389 *** empty log message *** 2003-05-22 04:42:34 +00:00
Kenichi Handa
e1e39fdf42 ("chinese-py-punct-b5"): Change the title
Chinese characters from GB to Big5.
2003-05-22 04:20:28 +00:00
Kenichi Handa
458d077002 ("polish-slash"): Add the rule "//"->?/. 2003-05-01 11:20:32 +00:00
Andreas Schwab
069e609896 (install): Remove CVS related and backup files from
installation directory.
2003-04-05 19:07:30 +00:00