emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/Makefile.in,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in,v
Date: Mon, 06 Nov 2006 15:48:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/11/06 15:48:19

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- Makefile.in 28 Jul 2006 03:36:55 -0000      1.81
+++ Makefile.in 6 Nov 2006 15:48:19 -0000       1.82
@@ -74,6 +74,8 @@
           esac; \
         done
 
+# Find all subdirectories except `obsolete'.
+
 setwins_almost=subdirs=`(cd $$wd; find . -type d -print)`; \
        for file in $$subdirs; do \
           case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | 
*/=* | */obsolete | */term ) ;; \
@@ -106,7 +108,7 @@
        echo ";; End:" >> $@
        echo ";;; loaddefs.el ends here" >> $@
 autoloads: $(lisp)/loaddefs.el doit
-       wd=$(lisp); $(setwins); \
+       wd=$(lisp); $(setwins_almost); \
        echo Directories: $$wins; \
        $(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file 
"$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]