Mail Archives: djgpp-workers/2000/01/16/03:46:20
On Sat, 15 Jan 2000, Jeff Williams wrote:
> 1. In ./info, I ran `install-info bashref.info dir' to update my `dir'
> file with the bash dir-entry. This worked, but then `info' couldn't
> find `bashref.info', and I had to rename it to `bash.info' before info
> could find it.
That's because the DIRENTRY directive in bashref.info lies to
install-info:
* Bash: (bash). The GNU Bourne-Again SHell.
It should have said "(bashref)." instead. The string in the parens is
the name of the Info file (sans the extension).
The solution is to edit bashref.texi, where there should be a @direntry
line, and then regenerate bashref.info.
> 4. (Nit-pick): was the last DJGPP-version 1.147 or 1.14.7 ?
AFAIK, it was 1.14.7.
- Raw text -