From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14833 invoked from network); 24 Oct 2001 11:41:50 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Oct 2001 11:41:50 -0000 Received: (qmail 28361 invoked by alias); 24 Oct 2001 11:41:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16130 Received: (qmail 28344 invoked from network); 24 Oct 2001 11:41:34 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: texi2info for 4.0 Date: Wed, 24 Oct 2001 12:40:56 +0100 Message-ID: <18071.1003923656@csr.com> From: Peter Stephenson 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 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. **********************************************************************