+2005-12-24 Eli Zaretskii <eliz@gnu.org>
+
+ * w32-fns.el (w32-batch-update-autoloads): New function.
+
+ * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use
+ w32-batch-update-autoloads, and don't setq generated-autoload-file
+ from the command line.
+
2005-12-23 Chong Yidong <cyd@stupidchicken.com>
* custom.el (custom-push-theme): Clarify docstring. VALUE nil for
autoloads: $(lisp)/loaddefs.el doit
@echo Directories: . $(WINS)
$(emacs) -l autoload \
- --eval $(ARGQUOTE)(setq find-file-hook nil find-file-suppress-same-file-warnings t generated-autoload-file $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \
- -f batch-update-autoloads . $(WINS)
+ --eval $(ARGQUOTE)(setq find-file-hook nil find-file-suppress-same-file-warnings t)$(ARGQUOTE) \
+ -f w32-batch-update-autoloads "$(lisp)/loaddefs.el" . $(WINS)
$(lisp)/subdirs.el:
$(MAKE) $(MFLAGS) update-subdirs
$(EMACS) $(EMACSOPT) \
-l autoload \
--eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \
- --eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \
--eval "(setq find-file-suppress-same-file-warnings t)" \
--eval "(setq make-backup-files nil)" \
- -f batch-update-autoloads $(lisp)/mh-e
+ -f w32-batch-update-autoloads \
+ "$(lisp)/mh-e/mh-loaddefs.el" $(lisp)/mh-e
pre-mh-loaddefs.el-SH:
echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@