From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18278 invoked by alias); 10 Jan 2012 20:55:56 -0000 Received: (qmail 18268 invoked by uid 22791); 10 Jan 2012 20:55:54 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_50,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Jan 2012 20:55:28 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LXL00100OR21600@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 10 Jan 2012 22:54:50 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.135.112]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXL00LAWORDQ6X0@a-mtaout20.012.net.il>; Tue, 10 Jan 2012 22:54:50 +0200 (IST) Date: Tue, 10 Jan 2012 20:56:00 -0000 From: Eli Zaretskii Subject: Re: Building GDB 7.3.92 with MinGW In-reply-to: To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83d3are0rn.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <83hb03e9sx.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00312.txt.bz2 > Date: Tue, 10 Jan 2012 10:46:24 -0800 > From: Doug Evans > Cc: gdb-patches@sourceware.org > > >   The reason is that gdb-cfg.texi and GDBvn.texi are not in the > >   tarball, but they are build dependencies of the manuals: > > > >     GDB_DOC_BUILD_INCLUDES = \ > >             gdb-cfg.texi \ > >             GDBvn.texi > >     GDB_DOC_FILES = \ > >             $(srcdir)/gdb.texinfo \ > >             $(GDB_DOC_SOURCE_INCLUDES) \ > >             $(GDB_DOC_BUILD_INCLUDES) > >     ... > >     # GDB MANUAL: info file > >     gdb.info: ${GDB_DOC_FILES} > >             $(MAKEINFO_CMD) $(READLINE_TEXI_INCFLAG) -I ${GDBMI_DIR} -I $(srcdir) \ > >                     -o gdb.info $(srcdir)/gdb.texinfo > > > >   I think these two files should be added to the distribution, since > >   end users should not be required to have Texinfo installed to build > >   GDB. > > Sounds reasonable to me, but it seems odd. > Why hasn't this come up before? I have no idea. Maybe it's some remnant from the times, not so long ago, when manuals weren't produced unless you said "make info". > > As for standards.info, if we decide to keep distributing it (which I > > don't think we should), we should at least make a point of having the > > latest version in our tarballs; the one in 7.3.92 isn't. > > Minor preference for keeping it, I've gotten used to it being installed. You can always get it from its origin, which is here: http://www.gnu.org/prep/standards/standards.texi.tar.gz