"Eli Zaretskii" <[EMAIL PROTECTED]> writes:
> I downloaded the Texinfo sources, ran makeinfo on it, then typed this:
>
> info -f ./lsh --usage
>
> and was presented the "Invoking lsh" node, as you wanted. So it seems
> that --usage works okay in this case, as I'd expect.
>
> I suspect that you invoked Info a bit differently, like this:
>
> info -f ./lsh lsh --usage
You're right. Thanks for the explanation.
> It is unclear to me why did you need an extra "lsh" on the command
> line. It is possible that you have some menu entry on your DIR file
Well, I had the file in my source directory, with no DIR files
involved. I guess I was thinking that if I had the file *installed*, I
would write "info --usage lsh", and that I, in the absence of a DIR
file, had to add -f ./lsh to that.
> that requires that, but since lsh.texinfo doesn't have any
> @dircategory/@direntry directive (a mistake, IMHO), I cannot reproduce
> your DIR entry.
I didn't know about those directives (I don't think they existed when
I wrote my first and previous texinfo manual a few years ago). Perhaps
they should be mentioned in "(texinfo) Sample Beginning"?
Regards,
/Niels