aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xupdate-subdirs2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 90a6b311ee8..600dd957105 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
11999-10-08 Stefan Monnier <monnier@cs.yale.edu>
2
3 * update-subdirs: also ignore CVS subdirs.
4
11999-10-07 Gerd Moellmann <gerd@gnu.org> 51999-10-07 Gerd Moellmann <gerd@gnu.org>
2 6
3 * Makefile.in (install-arch-indep): Add ada-mode. 7 * Makefile.in (install-arch-indep): Add ada-mode.
diff --git a/update-subdirs b/update-subdirs
index 94eb1fd4e28..4e0182adf93 100755
--- a/update-subdirs
+++ b/update-subdirs
@@ -3,7 +3,7 @@
3cd $1 3cd $1
4for file in *; do 4for file in *; do
5 case $file in 5 case $file in
6 *.elc | *.el | term | RCS | Old | . | .. | =* | *~ | *.orig | *.rej) 6 *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej)
7 ;; 7 ;;
8 *) 8 *)
9 if [ -d $file ]; then 9 if [ -d $file ]; then