]> code.delx.au - gnu-emacs/commitdiff
(setwins_almost): Renamed from finder_setwins.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Wed, 20 Nov 2002 07:16:19 +0000 (07:16 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Wed, 20 Nov 2002 07:16:19 +0000 (07:16 +0000)
(custom-deps): Use it.
(finder-data): Adjust to that name change.

lisp/ChangeLog
lisp/Makefile.in

index 48aa66b4d4d989e1937d36ed42fbc16529ac5a37..e3bf6c11387aa705fce5f973130a7a39703952b8 100644 (file)
@@ -1,3 +1,9 @@
+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.
index a566696a87799a3fcc42faa2def18233bca07928..0183b4ed58c3165209f29d4033e81b0c30f79b86 100644 (file)
@@ -132,7 +132,7 @@ setwins=subdirs=`find $$wd -type d -print`; \
           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" ;; \
@@ -144,12 +144,12 @@ doit:
 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