This is the mail archive of the cygwin@sources.redhat.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: Makeinfo step in installations


On Wed, Dec 13, 2000 at 09:28:49PM -0500, David A. Cobb wrote:
>[ I've got my asbestos undies on tight!  Yes, I scanned my own archive
>back to 9/1/2000 ]
>
>Someone, I believe it was Charles, mentioned that the make process does
>not do the makeinfo.  [Always? or just sometimes?]  Anyway, he included
>the appropriate
>command + options to use.  At XNix, I'm a raw newbie.  So, please repeat
>the
>instruction.
>TIA

Are you asking how to create the dir file in /usr/info?

I do something like:

cd /usr/info
for f in *.info; do install-info $f dir; done

If you are asking how to make the info files in a distribution then the
answer is "make info".  If the info files are not installed by the "make
install" command then you use "make install-info".

cgf

--
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]