Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] make.bat and texinfo.
@ 2001-07-04 15:20 Yair Friedman (Jerusalem)
  2001-07-09 20:01 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Yair Friedman (Jerusalem) @ 2001-07-04 15:20 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 44 bytes --]

Hi,

Can someone apply this patch?

Thanks.

[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 1359 bytes --]

--- 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  <yairfr@Amdocs.com>
+
+	* make.bat: Use infohack.el to create info files.
+
 2001-05-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 	* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] make.bat and texinfo.
  2001-07-04 15:20 [patch] make.bat and texinfo Yair Friedman (Jerusalem)
@ 2001-07-09 20:01 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2001-07-09 20:01 UTC (permalink / raw)


"Yair Friedman (Jerusalem)" <YAIRFR@Amdocs.com> writes:

> Hi,
> 
> Can someone apply this patch?

Thanks. I've installed it.

ShengHuo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-09 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-04 15:20 [patch] make.bat and texinfo Yair Friedman (Jerusalem)
2001-07-09 20:01 ` ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).