Date: Tue, 29 Oct 1996 08:07:42 +0200 (IST) From: Eli Zaretskii To: Alex Schroeder Cc: djgpp AT delorie DOT com Subject: Re: Compressed info files In-Reply-To: <552ttr$pgq@rzunews.unizh.ch> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 28 Oct 1996, Alex Schroeder wrote: > I have all the info files in the .iNN form. If I use gzip this leaves only > one number: .iNz - so gcc.i1, gcc.i11 etc are all named gcc.i1z. If I try > to rename a file called *.iNN to *.NN it is not found anymore (using > info standalone). What can I do about this? You should read the README.djg file which comes with the txi390b.zip archive. It has a section about compressed files which explains how to do this. In short: call the files *.NNz and edit the main gcc.inf file so that the indirect table names files gcc.NN instead of gcc.iNN. But please read the above file in case there is more to it.