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, Apr 12, 2002 at 10:46:15PM -0400, Craig Rodrigues wrote:
> Hi,
> 
> With latest gcc 3.1 CVS, if I go to the gcc directory and
> type:
> make info
> 
> I get:
> 
> cd . && makeinfo  -I doc -I doc/include -o doc/cpp.info doc/cpp.texi
> cd . && makeinfo  -I doc -I doc/include -o doc/gcc.info doc/gcc.texi
> doc/invoke.texi:8379: Misplaced {.
> doc/invoke.texi:8379: Misplaced }.
> doc/invoke.texi:8380: Misplaced {.
> doc/invoke.texi:8380: Misplaced }.
> doc/invoke.texi:8448: Misplaced {.
> doc/invoke.texi:8448: Misplaced }.
> doc/invoke.texi:8450: Misplaced {.
> doc/invoke.texi:8450: Misplaced }.
> makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to preserve.
> 
> Is this supposed to work?
> 
> 
> 
> The version of makeinfo I am using is:
> % rpm -q makeinfo
> texinfo-4.0-20
> 
> % makeinfo --version
> makeinfo (GNU texinfo) 4.0
>  
> Copyright (C) 1999 Free Software Foundation, Inc.
> There is NO warranty.  You may redistribute this software
> under the terms of the GNU General Public License.
> For more information about these matters, see the files named COPYING.
> 
> -- 
> Craig Rodrigues        
> http://www.gis.net/~craigr    
> rodrigc@attbi.com


Hi,

These documentation problems seem to have been introduced
between revision numbers: 1.119.2.1 and 1.119.2.2 of invoke.texi.

2002-03-04  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * doc/include/texinfo.tex: Update to version 2002-03-01.06.
        * doc/invoke.texi: Fix @math uses.


Joseph, can you take a look?


-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@attbi.com


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