# HG changeset patch # User Miles Bader # Date 1087046024 0 # Node ID 34a75c56c1cec4ab3d39a89ae76a5916ae07422a # Parent 387a40cf4a4e88bc7dfe02796ffc8c4647b7b63e Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403 Yet more build-in-place tweaking of arch tagging diff -r 387a40cf4a4e -r 34a75c56c1ce etc/.arch-inventory --- 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)$ diff -r 387a40cf4a4e -r 34a75c56c1ce leim/quail/.arch-inventory --- 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 diff -r 387a40cf4a4e -r 34a75c56c1ce lib-src/.arch-inventory --- 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