(autoloads): Make rmail.el writable as well.
This commit is contained in:
parent
5cc443fe03
commit
b6fe810294
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* Makefile.in (autoloads): Make rmail.el writable as well.
|
||||
|
||||
2009-09-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* apropos.el (apropos-documentation-check-doc-file): Exclude unbound
|
||||
|
|
|
@ -133,7 +133,7 @@ finder-data: doit
|
|||
# are identified by being the value of `generated-autoload-file'.
|
||||
autoloads: $(LOADDEFS) doit
|
||||
chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
|
||||
$(lisp)/emacs-lisp/cl-loaddefs.el
|
||||
$(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el
|
||||
wd=$(lisp); $(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
|
||||
|
|
Loading…
Add table
Reference in a new issue