From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25323 invoked by alias); 7 Nov 2009 19:38:19 -0000 Received: (qmail 25224 invoked by uid 22791); 7 Nov 2009 19:38:18 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 07 Nov 2009 19:38:11 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KSR00K007SUTI00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 07 Nov 2009 21:37:26 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KSR00K9O7UBTL00@a-mtaout22.012.net.il>; Sat, 07 Nov 2009 21:37:24 +0200 (IST) Date: Sat, 07 Nov 2009 19:38:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco] Fix missing title in HTML documentation In-reply-to: <20091107183407.GN4557@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83pr7u9lhh.fsf@gnu.org> References: <20091107183407.GN4557@adacore.com> 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: 2009-11/txt/msg00125.txt.bz2 > Date: Sat, 7 Nov 2009 10:34:07 -0800 > From: Joel Brobecker > > I noticed this while working on cleaning up the nightly generation > of the documention on the GDB web site: The gdbint and stabs manuals > get an "Untitled" title. For instance, gdbint/index.html: > > > > Untitled > > > > The attached patch should fix this, while making it consistent with > the order of directives used in other manuals such as gdb.texinfo. > Tested by regenerating the HTML documentation and verifying the > differences (a lot of Untitled get changed appropriately). > > OK to commit? OK, assuming that you ran all the other targets in doc/Makefile.in and verified that there are no adverse effects. Thanks.