Mail Archives: cygwin/2000/05/03/18:55:49
FYI,
When I first read this email, I knew I had found a better way
to do this but I had to search my notes to remember it.
There is a script called gen-dir-node in the utils directory
of dist of texinfo-3.12 (actually, the one from the texinfo-4.0 is
much better since it organizes files into categories).
I copied that to the /usr/local/bin directory then ran:
gen-dir-node /usr/local/info > /usr/local/info/dir
or
cd gen-dir-node
gen-dir-node . > dir
If you want info to use files for a particular directory, you can use:
info --directory /path/to/info
--Kevin
-----Original Message-----
From: cygwin-owner AT sourceware DOT cygnus DOT com
[mailto:cygwin-owner AT sourceware DOT cygnus DOT com]On Behalf Of K. Haley
Sent: Wednesday, May 03, 2000 1:04 AM
To: cygwin AT sourceware DOT cygnus DOT com
Subject: Re: info ??
I used install-info to create the top level node. Since the command has to
be run for each file I used the following:
for FI in `ls /usr/info/*.info` ; do install-info -info-dir /usr/info
/usr/info/$FI ;done
or something like that.
At 02:19 AM 5/2/00, you wrote:
>Tim Prince writes:
> > Try the version from
> > http://cygutils.netpedia.net/V1.1/index.html
> >
>or, remount your filesystem in text-mode (fixed the problem for me!).
>
>
> > ----- Original Message -----
> > From: <jorg DOT schaible AT db DOT com>
> > To: <cygwin AT sourceware DOT cygnus DOT com>
> > Sent: Monday, May 01, 2000 5:53 AM
> > Subject: info ??
> >
> >
> >
> >
> > Hello,
> >
> > after installing the 1.1.0 I recognized that info deos not work.
> > When I try
> >
> > info tar
> >
> > I got
> >
> > info: dir: No such file or directory
> >
> > although I have tar.info within /usr/info. Am I missing
> > something in my configuration ?
> >
> > Regards,
> > Jörg
> >
> >
> >
> > --
> > Want to unsubscribe from this list?
> > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
> >
> >
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
---
Kenneth Haley <mailto:khaley AT bigfoot DOT com>
Yahoo! Messenger -- http://profiles.yahoo.com/haleykd
Website http://www.bigfoot.com/~khaley
PGP --
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=khaley AT bigfoot DOT com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -