From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2884 invoked by alias); 9 Apr 2010 12:59:17 -0000 Received: (qmail 2873 invoked by uid 22791); 9 Apr 2010 12:59:16 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Apr 2010 12:59:10 +0000 Received: from mx10.gnu.org ([199.232.76.166]:55866) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Dng-0005Qh-Os for gcc@gnu.org; Fri, 09 Apr 2010 08:59:08 -0400 Received: from eggs.gnu.org ([140.186.70.92]:41187) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O0Dng-0005qL-AN for gcc@gnu.org; Fri, 09 Apr 2010 08:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0Dnc-0008Fg-T3 for gcc@gnu.org; Fri, 09 Apr 2010 08:59:06 -0400 Received: from smtp-out.google.com ([216.239.44.51]:22900) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Dnc-0008Ey-Bh for gcc@gnu.org; Fri, 09 Apr 2010 08:59:04 -0400 Received: from kpbe15.cbf.corp.google.com (kpbe15.cbf.corp.google.com [172.25.105.79]) by smtp-out.google.com with ESMTP id o39Cx1tB025565 for ; Fri, 9 Apr 2010 05:59:01 -0700 Received: from qyk29 (qyk29.prod.google.com [10.241.83.157]) by kpbe15.cbf.corp.google.com with ESMTP id o39CwxM8015564 for ; Fri, 9 Apr 2010 05:59:00 -0700 Received: by qyk29 with SMTP id 29so3451845qyk.2 for ; Fri, 09 Apr 2010 05:58:59 -0700 (PDT) Received: by 10.229.212.146 with SMTP id gs18mr5139qcb.90.1270817939592; Fri, 09 Apr 2010 05:58:59 -0700 (PDT) Received: from dhcp-172-29-42-133.tor.corp.google.com ([204.50.149.209]) by mx.google.com with ESMTPS id w30sm1757386qce.22.2010.04.09.05.58.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Apr 2010 05:58:58 -0700 (PDT) Message-ID: <4BBF248E.9070406@google.com> Date: Fri, 09 Apr 2010 16:00:00 -0000 From: Diego Novillo User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: christophe.jarry@ouvaton.org CC: gcc@gnu.org Subject: Re: GCC documentation: info format References: <20100409140846.60xsm71qo8s4cc80@horde.ocsa-data.net> In-Reply-To: <20100409140846.60xsm71qo8s4cc80@horde.ocsa-data.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg00170.txt.bz2 On 4/9/10 08:08 , christophe.jarry@ouvaton.org wrote: > I tried to "makeinfo -I include/ gcc.texi" inside extracted > http://gcc.gnu.org/onlinedocs/docs-sources.tar.gz directory, but have > the following error: > > include//gcc-common.texi:12: @include `gcc-vers.texi': No such file or > directory. To build GCC's documentation, you should configure a build and then run 'make doc' from the GCC build directory: $ mkdir bld && cd bld $ ../gcc/configure && make info Alternately, you can access the GCC documentation at http://gcc.gnu.org/onlinedocs/ Diego.