aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2004-06-12 13:13:44 +0000
committerMiles Bader2004-06-12 13:13:44 +0000
commite9b95bbf8a5106747ca93fcb901e46e9c4aac614 (patch)
treee0438e50a8eb6b4ed4add6dc0dd1bbc61934bbdc
parent95e4a189b46d6450107b6ae7bb43e135fdc1ecc3 (diff)
downloademacs-e9b95bbf8a5106747ca93fcb901e46e9c4aac614.tar.gz
emacs-e9b95bbf8a5106747ca93fcb901e46e9c4aac614.zip
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
Yet more build-in-place tweaking of arch tagging
-rw-r--r--etc/.arch-inventory4
-rw-r--r--leim/quail/.arch-inventory2
-rw-r--r--lib-src/.arch-inventory3
3 files changed, 6 insertions, 3 deletions
diff --git a/etc/.arch-inventory b/etc/.arch-inventory
index a2788736362..6ab642ca65c 100644
--- a/etc/.arch-inventory
+++ b/etc/.arch-inventory
@@ -1,8 +1,8 @@
1# Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile 1# Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile
2source ^(Makefile)$ 2source ^(Makefile)$
3 3
4# Generated files 4# Generated files (DOC-X is generated on windows)
5backup ^(DOC|DOC-[0-9.]*)$ 5backup ^(DOC(|-[0-9.]*|-X))$
6 6
7# Install-in-place on NT makes this directory, so just ignore it 7# Install-in-place on NT makes this directory, so just ignore it
8backup ^(icons)$ 8backup ^(icons)$
diff --git a/leim/quail/.arch-inventory b/leim/quail/.arch-inventory
index dee5bc42e86..8e90362b19d 100644
--- a/leim/quail/.arch-inventory
+++ b/leim/quail/.arch-inventory
@@ -1,4 +1,4 @@
1# Auto-generated lisp files, which ignore. 1# Auto-generated lisp files, which ignore.
2precious ^([A-Z]*|tsang-.*|quick-.*)\.el$ 2precious ^([A-Z0-9].*|tsang-.*|quick-.*)\.el$
3 3
4# arch-tag: 3d0d3e6b-f7c3-4dce-9135-a72ba7fe095d 4# arch-tag: 3d0d3e6b-f7c3-4dce-9135-a72ba7fe095d
diff --git a/lib-src/.arch-inventory b/lib-src/.arch-inventory
index 377335989bf..0e0621a8dc3 100644
--- a/lib-src/.arch-inventory
+++ b/lib-src/.arch-inventory
@@ -4,4 +4,7 @@ backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|
4# Building actually makes a copy/link of the source file 4# Building actually makes a copy/link of the source file
5precious ^(ctags\.c)$ 5precious ^(ctags\.c)$
6 6
7# Windows generates this
8backup ^(DOC)$
9
7# arch-tag: da33b3d6-170d-4fe5-9eb8-ed2753bc9b4f 10# arch-tag: da33b3d6-170d-4fe5-9eb8-ed2753bc9b4f