delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Fri, 11 Aug 2000 15:22:55 +0100 |
Message-ID: | <1354-Fri11Aug2000152255+0100-starksb@ebi.ac.uk> |
X-Mailer: | emacs 20.6.1 (via feedmail 9-beta-7 I); |
VM 6.75 under Emacs 20.6.1 | |
From: | David Starks-Browning <starksb AT ebi DOT ac DOT uk> |
MIME-Version: | 1.0 |
To: | Robert Mecklenburg <mecklen AT cimsoft DOT com> |
CC: | cygwin AT sources DOT redhat DOT com |
Subject: | cygwin/usr/info directory is missing dir file |
In-Reply-To: | <200008082225.QAA19596@wolf.cimsoft.com> |
References: | <200008082225 DOT QAA19596 AT wolf DOT cimsoft DOT com> |
On Tuesday 8 Aug 00, Robert Mecklenburg writes: > The info index file dir is missing from cygwin/usr/info. Here is a > hacked up version. Do with it as you will... The FAQ already has this entry. Is there something else I can write that would be more helpful? *** info error "dir: No such file or directory" Cygwin packages install their info documentation in the /usr/info directory. But you need to create a dir file there before the standalone info program (probably /usr/bin/info) can be used to read those info files. This is how you do it: bash$ cd /usr/info bash$ for f in *.info ; do install-info $f dir ; done This may generate warnings: install-info: warning: no info dir entry in `gzip.info' install-info: warning: no info dir entry in `time.info' The install-info command cannot parse these files, so you will have to add their entries to /usr/info/dir by hand. David -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |