Mail Archives: djgpp/2000/01/08/16:55:54
Eli,
Thanks for the clear explanation re. INFOPATH.
-: Since DJGPP.ENV already appends the list of the default directories to
-: what you set INFOPATH to, I don't see any need to use this feature of
-: Info. But if you can explain why do you need it, I could try to think
-: about possible work-arounds.
No reason; I was just trying out the techniques discussed in the
Texinfo 3.12 documentation, *Info Files in Other Directories::,
excerpted below. With DJGPP I forget I'm not on a Unix box....
---
However you set INFOPATH, if its last character is a colon, this is
replaced by the default (compiled-in) path. This gives you a way to
augment the default path with new directories without having to list
all the standard places. For example (using sh syntax:
INFOPATH=/local/info:
export INFOPATH
will search `/local/info' first, then the standard directories. Leading
or doubled colons are not treated specially.
- Raw text -