Mail Archives: djgpp-workers/2001/01/01/09:21:34
On Mon, 1 Jan 2001, Tim Van Holder wrote:
> > If you call the files under man/cat1/ config.guess and config.sub, does
> > "man config.guess" and "man config.sub" work with the DJGPP clone of
> > `man' (v2apps/man13b.zip)? If so, you don't need to rename.
> It doesn't. IIRC, man checks an extension for certain characters
Are you sure? I specifically made `man' to work with _any_ extension, so
that foo.txt and bar.hlp could be found. If you tried with config.sub
and it didn't work, I will have to look into that.
> which, annoyingly, causes it to think autoconf.bz2 is a man page
This actually confirms what I remembered: `man' doesn't care about the
.bz2 extension, it just looks for `autoconf.*' in each directory along
MANPATH. (Actually, it looks for `autoconf.[!iz]*', to avoid finding
`autoconf.igz' and `autoconf.zip'; I guess .bz2 files were not in such
widespread use back when I wrote `man' ;-).
> while it is
> actually a bzip2-compressed info file - but it's easy enough to remove
> $DJDIR/info from the manpath).
...or compress autoconf.info with gzip to get autoconf.igz, which will be
ignored by `man'.
- Raw text -