| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-developers-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin-developers/> |
| List-Post: | <mailto:cygwin-developers AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-developers-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-developers-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin-developers AT sourceware DOT cygnus DOT com |
| Message-Id: | <200004211958.OAA26062@hp2.xraylith.wisc.edu> |
| To: | cygwin-developers AT sourceware DOT cygnus DOT com |
| Subject: | Re: groff & man in latest |
| In-reply-to: | Your message of "Fri, 21 Apr 2000 15:51:49 EDT." |
| <20000421155149 DOT A9918 AT cygnus DOT com> | |
| Date: | Fri, 21 Apr 2000 14:58:46 -0500 |
| From: | Mumit Khan <khan AT NanoTech DOT Wisc DOT EDU> |
Chris Faylor <cgf AT cygnus DOT com> writes:
>
> FYI, I did try 'info', too. But it gives a "dir: No such file or directory"
> error.
I usually run a script like the following after installing packages:
cd /usr/local/share/info # or wherever your info directory is
for i in *info*; do
install-info $i dir
done
Assuming of course that you have install-info (from makeinfo) installed.
There's probably a better way to handle this, but this works for me.
Some of the packages are known to have buggy *.info files that causes
those to be left out of the dir file however.
Regards,
Mumit
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |