+2002-11-20 Markus Rost <rost@math.ohio-state.edu>
+
+ * Makefile.in (setwins_almost): Renamed from finder_setwins.
+ (custom-deps): Use it.
+ (finder-data): Adjust to that name change.
+
2002-11-19 Dave Love <fx@gnu.org>
* emacs-lisp/bytecomp.el (maphash, map-char-table): Use
* emacs-lisp/autoload.el (update-autoloads-from-directories):
Sort the list of files with no autoloads.
-2002-08-23 Alan Shutko <ats@acm.org>
+2002-11-16 Alan Shutko <ats@acm.org>
* calendar/diary-lib.el (list-diary-entries): Pass a marker
indicating source of entry to add-to-diary-list.
esac; \
done
-finder_setwins=subdirs=`find $$wd -type d -print`; \
+setwins_almost=subdirs=`find $$wd -type d -print`; \
for file in $$subdirs; do \
case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term ) ;; \
*) wins="$$wins $$file" ;; \
cus-load.el:
touch $@
custom-deps: cus-load.el doit
- wd=$(lisp); $(setwins); \
+ wd=$(lisp); $(setwins_almost); \
echo Directories: $$wins; \
$(EMACS) $(EMACSOPT) -l cus-dep -f custom-make-dependencies $$wins
finder-data: doit
- wd=$(lisp); $(finder_setwins); \
+ wd=$(lisp); $(setwins_almost); \
echo Directories: $$wins; \
$(EMACS) $(EMACSOPT) -l finder -f finder-compile-keywords-make-dist $$wins