From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25735 invoked by alias); 12 Oct 2009 18:07:22 -0000 Received: (qmail 25672 invoked by uid 22791); 12 Oct 2009 18:07:21 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Oct 2009 18:07:11 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9CI781h013109 for ; Mon, 12 Oct 2009 14:07:08 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9CI76ci014668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Oct 2009 14:07:08 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n9CI76VV007669; Mon, 12 Oct 2009 20:07:06 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n9CI75iR007665; Mon, 12 Oct 2009 20:07:05 +0200 Date: Mon, 12 Oct 2009 18:07:00 -0000 From: Jan Kratochvil To: Tom Tromey , gdb@sourceware.org Subject: Re: Documentation generated from sources proposal Message-ID: <20091012180704.GA7228@host0.dyn.jankratochvil.net> References: <20091012161424.GA20603@host0.dyn.jankratochvil.net> <20091012171556.GA31648@host0.dyn.jankratochvil.net> <20091012180027.GA2107@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091012180027.GA2107@caradoc.them.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00217.txt.bz2 On Mon, 12 Oct 2009 20:00:27 +0200, Daniel Jacobowitz wrote: > On Mon, Oct 12, 2009 at 07:15:56PM +0200, Jan Kratochvil wrote: > > Still GDB can already start using new gdbint-type documentation parts in the > > sources instead of writing it in gdbint.texinfo and obsoleting the parts in > > gdbint.texinfo, just one cannot move updated parts. > > Not without changing the license of the GDB Internals manual. This is still misunderstood. I can write a completely new comment in gdb/breakpoint.c in the gtk-doc format. This new comment is unrelated to the license of gdbint.texinfo. Still such possibility would not be enough for my current patch so it will probably still remain unresolved for some time. Regards, Jan