comparison lisp/Makefile.in @ 104942:a7483afb6a4c

(autoloads): Make ibuffer.el writable.
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Sep 2009 06:48:31 +0000
parents bd45a173a25f
children 58dc8818c430
comparison
equal deleted inserted replaced
104941:f02d30058310 104942:a7483afb6a4c
131 131
132 # The chmod +w is to handle env var CVSREAD=1. Files named 132 # The chmod +w is to handle env var CVSREAD=1. Files named
133 # are identified by being the value of `generated-autoload-file'. 133 # are identified by being the value of `generated-autoload-file'.
134 autoloads: $(LOADDEFS) doit 134 autoloads: $(LOADDEFS) doit
135 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ 135 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
136 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el 136 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \
137 $(lisp)/ibuffer.el
137 wd=$(lisp); $(setwins_almost); \ 138 wd=$(lisp); $(setwins_almost); \
138 echo Directories: $$wins; \ 139 echo Directories: $$wins; \
139 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins 140 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
140 141
141 # This is required by the bootstrap-emacs target in ../src/Makefile, so 142 # This is required by the bootstrap-emacs target in ../src/Makefile, so