comparison lisp/Makefile.in @ 109853:fe07c47cf7a7

merge and fixes
author Joakim <joakim@localhost.localdomain>
date Thu, 13 May 2010 15:13:52 +0200
parents 3040d386675c
children 438f784b2966
comparison
equal deleted inserted replaced
109852:e56f669f17ce 109853:fe07c47cf7a7
149 # The chmod +w is to handle env var CVSREAD=1. Files named 149 # The chmod +w is to handle env var CVSREAD=1. Files named
150 # are identified by being the value of `generated-autoload-file'. 150 # are identified by being the value of `generated-autoload-file'.
151 autoloads: $(LOADDEFS) doit 151 autoloads: $(LOADDEFS) doit
152 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ 152 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
153 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \ 153 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \
154 $(lisp)/dired.el $(lisp)/ibuffer.el 154 $(lisp)/dired.el $(lisp)/ibuffer.el $(lisp)/htmlfontify.el
155 cd $(lisp); $(setwins_almost); \ 155 cd $(lisp); $(setwins_almost); \
156 echo Directories: $$wins; \ 156 echo Directories: $$wins; \
157 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins 157 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
158 158
159 # This is required by the bootstrap-emacs target in ../src/Makefile, so 159 # This is required by the bootstrap-emacs target in ../src/Makefile, so