]> code.delx.au - gnu-emacs/commitdiff
(autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use w32-batch-update-autoloads,
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Dec 2005 12:52:26 +0000 (12:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Dec 2005 12:52:26 +0000 (12:52 +0000)
and don't setq generated-autoload-file from the command line.

lisp/ChangeLog
lisp/makefile.w32-in

index 7bb666024c44b1e397ef904b97d3aa5db523f766..db51209d918b8399d035074ed98f56a9df6eee86 100644 (file)
@@ -1,3 +1,11 @@
+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
index 35b9f1cbd28548df54f20b6e08adb36c875df430..24acf0009c44a2cbe16dae8be5ae2c00d896763c 100644 (file)
@@ -158,8 +158,8 @@ loaddefs.el-CMD:
 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
@@ -311,10 +311,10 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
        $(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" > $@