Mercurial > emacs
changeset 38819:87937c18338f
(finder_setwins): Renamed from nonobsolete_setwins.
Don't include term/.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 15 Aug 2001 08:53:35 +0000 |
parents | b0327e4e1da7 |
children | b0c70f105072 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Wed Aug 15 08:49:21 2001 +0000 +++ b/lisp/Makefile.in Wed Aug 15 08:53:35 2001 +0000 @@ -119,9 +119,10 @@ *) 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 @@ 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