From: bukinm AT inp DOT nsk DOT su (Michael Bukin) Newsgroups: comp.os.msdos.djgpp Subject: Re: info dir rebuilder Date: Tue, 15 Apr 1997 13:15:44 GMT Organization: BINP SD RAS Lines: 22 Message-ID: <33537d82.4814149@news-win.inp.nsk.su> References: Reply-To: bukinm AT inp DOT nsk DOT su NNTP-Posting-Host: csd-bsdi.inp.nsk.su Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Tue, 15 Apr 1997 08:55:42 GMT, Eli Zaretskii wrote: > > On Mon, 14 Apr 1997, Danny van Bruggen wrote: > > > Does anybody know of a utility that will rebuild the dir-file in the > > info-directory? If it doesn't exist, I will make it. Before anyone > 3) There are two ready tools to do what you want: > > - The `makeinfo' program generates `dir' from a Texinfo > source which goes by the name `dir.txi'. > - The `install-info' program updates `dir' using a special > entry at the beginning of the Info file which comes with > a package. There is also sh script in texinfo sources which produce dir file for files in given directory. It is called `gen-dir-node' and can be found in `util' directory in txi390s.zip But it needs sh-compatible shell and a lot of other utilities, like sed, awk, grep, etc.