Date: Tue, 11 Apr 2000 13:26:32 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: Laurynas Biveinis , DJGPP Workers , Zippo Workers Subject: Re: DJGPP library DSMs In-Reply-To: <38F22E47.9237245B@bigfoot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 Apr 2000, Richard Dawe wrote: > > install-info --info-dir=/dev/env/DJDIR/info --info-file= > > I take it that install-info can handle .info, .inf file extensions. No, it needs the name with the .info extension. But since you know the contents of the package, you know the exact name of the Info file (usually .info). > What should we do when there are multiple info files in the package? You should run install-info on every one of the Info files. The simplest approach would be to run install-info on every file that shall be unzipped into the info directory and which either matches the "*.inf*" wildcard or does not have an extension.