Mercurial > emacs
changeset 56055:34a75c56c1ce
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
Yet more build-in-place tweaking of arch tagging
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 12 Jun 2004 13:13:44 +0000 |
parents | 387a40cf4a4e |
children | 4575a565f45d |
files | etc/.arch-inventory leim/quail/.arch-inventory lib-src/.arch-inventory |
diffstat | 3 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/.arch-inventory Sat Jun 12 10:34:54 2004 +0000 +++ b/etc/.arch-inventory Sat Jun 12 13:13:44 2004 +0000 @@ -1,8 +1,8 @@ # Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile source ^(Makefile)$ -# Generated files -backup ^(DOC|DOC-[0-9.]*)$ +# Generated files (DOC-X is generated on windows) +backup ^(DOC(|-[0-9.]*|-X))$ # Install-in-place on NT makes this directory, so just ignore it backup ^(icons)$
--- a/leim/quail/.arch-inventory Sat Jun 12 10:34:54 2004 +0000 +++ b/leim/quail/.arch-inventory Sat Jun 12 13:13:44 2004 +0000 @@ -1,4 +1,4 @@ # Auto-generated lisp files, which ignore. -precious ^([A-Z]*|tsang-.*|quick-.*)\.el$ +precious ^([A-Z0-9].*|tsang-.*|quick-.*)\.el$ # arch-tag: 3d0d3e6b-f7c3-4dce-9135-a72ba7fe095d
--- a/lib-src/.arch-inventory Sat Jun 12 10:34:54 2004 +0000 +++ b/lib-src/.arch-inventory Sat Jun 12 13:13:44 2004 +0000 @@ -4,4 +4,7 @@ # Building actually makes a copy/link of the source file precious ^(ctags\.c)$ +# Windows generates this +backup ^(DOC)$ + # arch-tag: da33b3d6-170d-4fe5-9eb8-ed2753bc9b4f