From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8994 invoked from network); 12 Jul 1999 17:04:08 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Jul 1999 17:04:08 -0000 Received: (qmail 14965 invoked by alias); 12 Jul 1999 17:03:31 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2426 Received: (qmail 14944 invoked from network); 12 Jul 1999 17:03:31 -0000 Date: Mon, 12 Jul 1999 19:03:27 +0200 From: Thomas Koehler To: Peter Stephenson Cc: Zsh users list Subject: Re: Test version zsh-3.1.6-test-1 Message-ID: <19990712190327.A19682@siechfried.informatik.uni-wuerzburg.de> References: <9907121447.AA37310@ibmth.df.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Mutt 0.95.3i In-Reply-To: <9907121447.AA37310@ibmth.df.unipi.it>; from Peter Stephenson on Mon, Jul 12, 1999 at 04:47:10PM +0200 X-Operating-System: Linux siechfried 2.2.10 On Mon, Jul 12, 1999 at 04:47:10PM +0200, Peter Stephenson wrote: >=20 > I have uploaded a test version of the next zsh beta release, 3.1.6-test-1, > to ftp.zsh.org, from where it should propagate to the mirror sites (see > end). The file is in the testing subdirectory, > testing/zsh-3.1.6-test-1.tar.gz . Manual pages are included, but no texin= fo > etc. >=20 > -rw-r--r-- 1 mason zsh 1251180 Jul 13 00:57 zsh-3.1.6-test-1.tar.gz Just did a "./configure ; make ; make install" on a Debian GNU/Linux box, but I can't find "zshcompsys.1" anywhere... I tried this: for file in zsh.1 zshbuiltins.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 \ zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 zshparam.1 zshzftpsys.1 \ zshzle.1 zshall.1; do if test -f "Doc/$file" ; then=20 echo $file exists else echo $file does not exist fi done (the filelist is taken from "make -n install.man") This resulted in this: zsh.1 exists zshbuiltins.1 exists zshcompctl.1 exists zshcompwid.1 does not exist zshcompsys.1 does not exist zshexpn.1 exists zshmisc.1 exists zshmodules.1 exists zshoptions.1 exists zshparam.1 exists zshzftpsys.1 does not exist zshzle.1 exists zshall.1 exists Where can I find the documentation I want? CU, Thomas --=20 Thomas K=F6hler Email: jean-luc@picard.franken.de <>< WWW: http://home.pages.de/~jeanluc/ IRC: jeanluc LCARS --- Linux for Computers on All Real Starships