This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Documentation problem: Cannot build gcc 3.1 info files


On Fri, 12 Apr 2002, Craig Rodrigues wrote:

> > make info

> > makeinfo (GNU texinfo) 4.0

The configure checks for makeinfo version (required version 4.1) ensure
that "make bootstrap", "make all" or "make doc" do not attempt to build
info with too old a makeinfo version.  If you use "make info" directly you
need to ensure that you have a sufficiently recent version.  (In
particular, you need to make makeinfo >= 4.1 installed to test doc
patches, since contribute.html requires a test with "make info".)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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