Mercurial > emacs
comparison lisp/Makefile.in @ 105502:7f17857bf0eb
(autoloads): Revert previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 07 Oct 2009 07:19:07 +0000 |
parents | 73071baff669 |
children | 8ada01fa272a |
comparison
equal
deleted
inserted
replaced
105501:e3e540de3898 | 105502:7f17857bf0eb |
---|---|
143 echo Directories: $$wins; \ | 143 echo Directories: $$wins; \ |
144 $(emacs) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins | 144 $(emacs) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins |
145 | 145 |
146 # The chmod +w is to handle env var CVSREAD=1. Files named | 146 # The chmod +w is to handle env var CVSREAD=1. Files named |
147 # are identified by being the value of `generated-autoload-file'. | 147 # are identified by being the value of `generated-autoload-file'. |
148 # The Makefile dependency is to make any missing-file error more explicit. | 148 autoloads: $(LOADDEFS) doit |
149 autoloads: $(LOADDEFS) ../src/Makefile doit | |
150 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ | 149 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ |
151 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \ | 150 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \ |
152 $(lisp)/dired.el $(lisp)/ibuffer.el | 151 $(lisp)/dired.el $(lisp)/ibuffer.el |
153 wd=$(lisp); $(setwins_almost); \ | 152 wd=$(lisp); $(setwins_almost); \ |
154 echo Directories: $$wins; \ | 153 echo Directories: $$wins; \ |
155 preload=`sed -n -e '/^lisp=/ s/$${lispsource}//g p' ../src/Makefile | \ | 154 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins |
156 sed 's/^lisp= //'`; \ | |
157 $(emacs) -l autoload --eval "(setq generated-autoload-file \"$(lisp)/loaddefs.el\" autoload-excludes \"$${preload}\")" -f batch-update-autoloads $$wins | |
158 | 155 |
159 # This is required by the bootstrap-emacs target in ../src/Makefile, so | 156 # This is required by the bootstrap-emacs target in ../src/Makefile, so |
160 # we know that if we have an emacs executable, we also have a subdirs.el. | 157 # we know that if we have an emacs executable, we also have a subdirs.el. |
161 $(lisp)/subdirs.el: | 158 $(lisp)/subdirs.el: |
162 $(MAKE) $(MFLAGS) update-subdirs | 159 $(MAKE) $(MFLAGS) update-subdirs |