[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to setup info?
From: |
Gerrit P. Haase |
Subject: |
Re: how to setup info? |
Date: |
Thu, 14 Dec 2000 11:35:22 +0100 |
<Den 14 Dec 2000, 11:55 Uhr, hat Eli Zaretskii geschrieben:>
< Re: how to setup info? >
> "info.exe" seems to hint that you use a DOS or Windows port of
> Texinfo. If so, the following command, if typed at your shell's
> command prompt, should do the trick:
>
> for %f in (*.info *.info.gz) do install-info %f
Not really, i'm using it on cygwin, with bash and lot of nice unix
tools. I got another hint from cygwin list (where i didn't ask for
help, but another guy got the same problems), i am not so familiar
with using a shell, so i did not thought of your solution.
In bash i did it like this:
cd /usr/info
for f in *.info; do install-info $f dir; done
Before this, i gunzippd all the zipped files, because i tried to read
one gzipped, but info didn't open it, maybe the port here is buggy?
Anyway, thanks a lot to all:))
Ciao,
--
Gerrit Peter Haase
address@hidden