This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: info & Setup 1.43 (new version)


I installed using setup 1.43 from mirror.aarnet.edu.au again, into C:\,
and it worked fine.

With regards to info, there just doesn't seem to be a "dir" file (the main
directory page you get when you just run "info") in the distribution.  I
made one this way:

cd /usr/info
for F in *.info texinfo; do
install-info --info-dir=. $F
done

Got a few errors about the gzip and time info pages, so I added them
manually (dir is basically a plain text file).

I don't guarantee that this is neccessarily the right thing to do, but it
gives you an info directory anyway.  Apologies in advance if I'm
misleading people.

DOS



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]