]> git.eshelyaron.com Git - emacs.git/commitdiff
(finder_setwins): Renamed from nonobsolete_setwins.
authorGerd Moellmann <gerd@gnu.org>
Wed, 15 Aug 2001 08:54:01 +0000 (08:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 15 Aug 2001 08:54:01 +0000 (08:54 +0000)
Don't include term/.

lisp/ChangeLog
lisp/Makefile.in

index 2755d066b327d5ae92af1d6d01c764c8e36a56df..c8cce60e4479b29cc8e29020ac1e749e1d68b433 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
+       Don't include term/.
+
 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
        * ps-print.el: Change error function arguments to follow Emacs
index 4f993b79fe91a19bbb88d0cdfe88216303dd0c10..5b033dd1d700e00c7494252f9b6cfc2ad8fe01d2 100644 (file)
@@ -119,9 +119,10 @@ setwins=subdirs=`find $$wd -type d -print`; \
                *) wins="$$wins $$file" ;; \
           esac; \
         done
-nonobsolete_setwins=subdirs=`find $$wd -type d -print`; \
+
+finder_setwins=subdirs=`find $$wd -type d -print`; \
        for file in $$subdirs; do \
-          case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete ) ;; \
+          case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term) ;; \
                *) wins="$$wins $$file" ;; \
           esac; \
         done
@@ -138,7 +139,7 @@ custom-deps: cus-load.el doit
 finder-inf.el:
        echo "(provide 'finder-inf)" >> $@
 finder-data: finder-inf.el doit
-       wd=$(lisp); $(nonobsolete_setwins); \
+       wd=$(lisp); $(finder_setwins); \
        echo Directories: $$wins; \
        $(EMACS) $(EMACSOPT) -l finder -f finder-compile-keywords-make-dist $$wins