2001-07-04 Yair Friedman <yairfr@Amdocs.com>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 9 Jul 2001 22:01:12 +0000 (22:01 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 9 Jul 2001 22:01:12 +0000 (22:01 +0000)
* make.bat: Use infohack.el to create info files.

ChangeLog
make.bat

index 5f5ef61..f3f8334 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
+
+       * make.bat: Use infohack.el to create info files.
+
 2001-05-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * etc/Makefile.in (datadir): Set this variable, like in the other
index 9e31066..6e5d96c 100644 (file)
--- a/make.bat
+++ b/make.bat
@@ -40,11 +40,11 @@ attrib -r %1\lisp\gnus\*
 copy *.el* %1\lisp\gnus\r
 \r
 :info\r
-set EMACSINFOHACK="(while (re-search-forward \"@\\(end \\)?ifnottex\" nil t) (replace-match \"\"))"\r
+set EMACSINFO=call %1\bin\%emacs% -no-site-file -no-init-file -batch -q -l infohack.el -f batch-makeinfo\r
 cd ..\texi\r
-call %1\bin\%emacs% -batch -q -no-site-file message.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
-call %1\bin\%emacs% -batch -q -no-site-file emacs-mime.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
-call %1\bin\%emacs% -batch -q -no-site-file gnus.texi -eval %EMACSINFOHACK% -eval "(setq max-lisp-eval-depth 600)" -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
+%EMACSINFO% message.texi\r
+%EMACSINFO% emacs-mime.texi\r
+%EMACSINFO% gnus.texi\r
 if not "%2" == "copy" goto done\r
 copy gnus %1\info\r
 copy gnus-?? %1\info\r