+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
*) 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
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