Archive: miles@gnu.org--gnu-2003
Creator: Miles Bader <miles@gnu.org>
Summary: Avoid .arch-ids dirs when making autoloads
Modified-files: ./lisp/Makefile.in
New-patches: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-14
Avoid .arch-ids dirs when making autoloads
# Maintenance productions for the Lisp directory
-# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
# This file is part of GNU Emacs.
setwins=subdirs=`find $$wd -type d -print`; \
for file in $$subdirs; do \
- case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \
+ case $$file in */Old | */RCS | */CVS | */CVS/* | */.arch-ids | */.arch-ids/* | */=* ) ;; \
*) wins="$$wins $$file" ;; \
esac; \
done