info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makeinfo msg when make-install


From: Larry Jones
Subject: Re: makeinfo msg when make-install
Date: Sun, 25 Feb 2001 16:15:39 -0500 (EST)

Tracy Brown writes:
> 
> I've never gotten this message before during the make install:
> 
> if [ ! -f ./CVSvn.texi ]; then  ln -s ./CVSvn.texi . ||  ln ./CVSvn.texi .
> ||  cp ./CVSvn.texi . ; else true; fi
>         makeinfo ./cvs.texinfo -o cvs.info
> makeinfo: not found
> 
> I've patched my CVS-1.11 code with Assar's GSSAPI patch and I'm testing the
> compilation and installation. I've poked around the net for this and it
> seems like it's some Texinfo utility... 

That's because releases have the info files pre-built.  The patch
updated the documentation source but not all of the resulting files, so
you need the tools to build them (unless you don't care, in which case
you can just use ``make -i'' to ignore the errors).  makeinfo is part of
the GNU texinfo package; see http://www.gnu.org/software/software.html
for details of how to get GNU software.

-Larry Jones



reply via email to

[Prev in Thread] Current Thread [Next in Thread]