From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4778 invoked by alias); 3 Jan 2011 12:57:32 -0000 Received: (qmail 4770 invoked by uid 22791); 3 Jan 2011 12:57:31 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD 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; Mon, 03 Jan 2011 12:57:27 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PZjyU-0000Yj-1y; Mon, 03 Jan 2011 07:57:22 -0500 From: Eli Zaretskii To: Jan Kratochvil CC: gdb-patches@sourceware.org, tromey@redhat.com In-reply-to: <20110103122052.GA12739@host1.dyn.jankratochvil.net> (message from Jan Kratochvil on Mon, 3 Jan 2011 13:20:52 +0100) Subject: Re: [new patch] make info regression on --with-system-readline Reply-to: Eli Zaretskii References: <20110101093815.GA24535@host1.dyn.jankratochvil.net> <83y675osbp.fsf@gnu.org> <20110101111629.GA21199@host1.dyn.jankratochvil.net> <83sjxcq2v8.fsf@gnu.org> <20110101114336.GA27034@host1.dyn.jankratochvil.net> <83k4ioq0e0.fsf@gnu.org> <20110101123012.GA403@host1.dyn.jankratochvil.net> <83d3ogprcp.fsf@gnu.org> <20110101163142.GA16999@host1.dyn.jankratochvil.net> <838vz4po75.fsf@gnu.org> <20110103122052.GA12739@host1.dyn.jankratochvil.net> Message-Id: Date: Mon, 03 Jan 2011 12:57:00 -0000 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: 2011-01/txt/msg00038.txt.bz2 > Date: Mon, 3 Jan 2011 13:20:52 +0100 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, tromey@redhat.com > > On Sat, 01 Jan 2011 17:45:50 +0100, Eli Zaretskii wrote: > > > So the case above should not be valid and just removing GDBvn.texi > > > from .tar.bz2 should be enough. > > > > That, and also adding it to distclean-removed files, yes. > > > > So, unless anyone else objects, removing GDBvn.texi from the > > distributed files is the solution. > > So do you find this part OK? Yes, thanks. > * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. > (clean): Add GDBvn.texi. > > --- a/gdb/doc/Makefile.in > +++ b/gdb/doc/Makefile.in > @@ -170,6 +170,7 @@ html: $(HTMLFILES) > pdf: $(PDFFILES) > all-doc: info dvi ps # pdf > diststuff: info > + rm -f gdb-cfg.texi GDBvn.texi > > install-info: $(INFO_DEPS) > $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(infodir) > @@ -538,7 +539,7 @@ mostlyclean: > rm -f sedref.dvi sedref.tex tmp.sed > > clean: mostlyclean > - rm -f gdb-cfg.texi > + rm -f gdb-cfg.texi GDBvn.texi > > distclean: clean > rm -f Makefile