--- ChangeLog.orig Thu May 17 10:44:26 2001 +++ ChangeLog Wed Jul 04 16:57:34 2001 @@ -1,3 +1,7 @@ +2001-07-04 Yair Friedman + + * make.bat: Use infohack.el to create info files. + 2001-05-17 Kai Großjohann * etc/Makefile.in (datadir): Set this variable, like in the other --- make.bat.orig Tue Jan 16 00:00:00 2001 +++ make.bat Wed Jul 04 09:31:26 2001 @@ -40,11 +40,11 @@ copy *.el* %1\lisp\gnus :info -set EMACSINFOHACK="(while (re-search-forward \"@\\(end \\)?ifnottex\" nil t) (replace-match \"\"))" +set EMACSINFO=call %1\bin\%emacs% -no-site-file -no-init-file -batch -q -l infohack.el -f batch-makeinfo cd ..\texi -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 -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 -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 +%EMACSINFO% message.texi +%EMACSINFO% emacs-mime.texi +%EMACSINFO% gnus.texi if not "%2" == "copy" goto done copy gnus %1\info copy gnus-?? %1\info