From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4050 invoked from network); 28 Jun 2001 13:26:04 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Jun 2001 13:26:04 -0000 Received: (qmail 5735 invoked by alias); 28 Jun 2001 13:25:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15162 Received: (qmail 5671 invoked from network); 28 Jun 2001 13:25:11 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Zsh hackers list" Subject: RE: zsh 4.0.2 released Date: Thu, 28 Jun 2001 17:25:53 +0400 Message-ID: <001601c0ffd5$dacfc3e0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Importance: Normal > "Zvi Har'El" wrote: > > I didn't notice this before, but the `make install.html'' does not > > install the zsh.html file. > > You must have a different version of texi2html, since mine > doesn't generate > that, You must have pretty old version. bor@itsrm2% texi2html --version 1.64 bor@itsrm2% ll zsh.html -rw-r--r-- 1 bor sinix 20737 Jun 28 17:21 zsh.html Actually, older versions produce buggy html files, so if it the same version you use for generating zsh-doc you may consider upgrading it. Anybody knows if texi2html is still supported/developed? Home page was not updated for almost a year and CVS repository is broken: bor@itsrm2% cvs up ? doc/texinfo.tex cvs server: failed to create lock directory in repository `/usr/local/Singular/cvsroot/Texi2html': Permission denied cvs server: failed to obtain dir lock in repository `/usr/local/Singular/cvsroot/Texi2html' cvs [server aborted]: read lock failed - giving up -andrej