zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: texi2info for 4.0
@ 2001-10-24 11:40 Peter Stephenson
  2001-10-24 15:13 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 2001-10-24 11:40 UTC (permalink / raw)
  To: Zsh hackers list

I propose to apply the following change, of which the major chunk (the
second is) already on 4.1, to 4.0, since it's required by the version of
texi2html I'm actually using to create the documentation package via `make
everything' --- having anything else in the Makefile is plain silly.  The
HTML output from this actually looks quite good.  I will apply the
manual.yo chunk to 4.1.

Otherwise I think everything for 4.0.3 is about ready.

Index: Doc/.cvsignore
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/.cvsignore,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 .cvsignore
--- Doc/.cvsignore	1999/12/08 16:22:32	1.1.1.4
+++ Doc/.cvsignore	2001/10/24 11:39:04
@@ -3,7 +3,7 @@
 zsh*.1
 zsh.texi
 zsh.info*
-zsh_*.html
+zsh*.html
 zsh.aux zsh.toc
 zsh.cp zsh.cps
 zsh.fn zsh.fns
Index: Doc/Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v
retrieving revision 1.9.4.2
diff -u -r1.9.4.2 Makefile.in
--- Doc/Makefile.in	2001/08/12 19:42:46	1.9.4.2
+++ Doc/Makefile.in	2001/10/24 11:39:04
@@ -40,7 +40,7 @@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 DVIPS = dvips
-TEXI2HTML = texi2html -expandinfo -split_chapter
+TEXI2HTML = texi2html -expand info -split chapter
 
 .SUFFIXES: .yo .1
 
Index: Doc/Zsh/manual.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/manual.yo,v
retrieving revision 1.9.4.1
diff -u -r1.9.4.1 manual.yo
--- Doc/Zsh/manual.yo	2001/09/12 11:55:16	1.9.4.1
+++ Doc/Zsh/manual.yo	2001/10/24 11:39:04
@@ -173,7 +173,8 @@
 
 (The HTML version is produced with bf(texi2html), which may be obtained
 from tt(http://www.mathematik.uni-kl.de/~obachman/Texi2html/). The command is
-`tt(texi2html -split_chapter -expandinfo zsh.texi)'.)
+`tt(texi2html -split chapter -expand info zsh.texi)'.  If necessary,
+upgrade to version 1.64 of texi2html.)
 )
 enditem()
 
 
-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


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

* Re: PATCH: texi2info for 4.0
  2001-10-24 11:40 PATCH: texi2info for 4.0 Peter Stephenson
@ 2001-10-24 15:13 ` Bart Schaefer
  2001-10-24 15:18   ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 2001-10-24 15:13 UTC (permalink / raw)
  To: Zsh hackers list

On Oct 24, 12:40pm, Peter Stephenson wrote:
}
} I propose to apply the following change, of which the major chunk (the
} second is) already on 4.1, to 4.0, since it's required by the version of
} texi2html I'm actually using

I thought the texinfo maintainers said they were going to fix it so that
texi2html would accept the old forms of the options?  Oh, well.

} Otherwise I think everything for 4.0.3 is about ready.

16038, 16041, 16124?  It appears from a quick peek at loop.c that those
are needed.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


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

* Re: PATCH: texi2info for 4.0
  2001-10-24 15:13 ` Bart Schaefer
@ 2001-10-24 15:18   ` Peter Stephenson
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 2001-10-24 15:18 UTC (permalink / raw)
  To: Zsh hackers list

Bart Schaefer wrote:
> On Oct 24, 12:40pm, Peter Stephenson wrote:
> }
> } I propose to apply the following change, of which the major chunk (the
> } second is) already on 4.1, to 4.0, since it's required by the version of
> } texi2html I'm actually using
> 
> I thought the texinfo maintainers said they were going to fix it so that
> texi2html would accept the old forms of the options?  Oh, well.

I get a message saying I need to upgrade the version of perl for that to
work.  That's way too much work.

> } Otherwise I think everything for 4.0.3 is about ready.
> 
> 16038, 16041, 16124?  It appears from a quick peek at loop.c that those
> are needed.

OK by me.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


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

end of thread, other threads:[~2001-10-24 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-24 11:40 PATCH: texi2info for 4.0 Peter Stephenson
2001-10-24 15:13 ` Bart Schaefer
2001-10-24 15:18   ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).