Date: Thu, 18 Jul 1996 10:19:25 +0200 (IST) From: Eli Zaretskii To: Sengan DOT Short AT durham DOT ac DOT uk Cc: djgpp AT delorie DOT com Subject: Re: info and gzip In-Reply-To: <3990.9607171155@ws-ai5.dur.ac.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 17 Jul 1996 Sengan DOT Short AT durham DOT ac DOT uk wrote: > I remembered that you said in the info announcement that info copes with gzipped > info files. So I tried it, and indeed it does. But, is there any special way of > dealing with the fact that gcc.i10, gcc.i11... all compress to gcc.i1z. You need to rename the files to gcc.10z, gcc.11z, etc., and change the indirect file table on gcc.inf so that the files are called gcc.10, gcc.11 etc. I think the README.DJ file in the Texinfo distribution tells you about this. Btw, if you need your disk space that bad, it's best to generate a single Info file from the Texinfo sources (get them from gcc272s.zip) and compress that single file. Not only will you get better compression and less slack space lost due to the fixed disk cluster size, you also get rid of the above file-renaming as a bonus :-).