From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OMRh9-0004N3-4N for mharc-grub-devel@gnu.org; Wed, 09 Jun 2010 16:16:15 -0400 Received: from [140.186.70.92] (port=54456 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMRh1-00049Z-EE for grub-devel@gnu.org; Wed, 09 Jun 2010 16:16:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMRgW-00049L-1R for grub-devel@gnu.org; Wed, 09 Jun 2010 16:15:37 -0400 Received: from smarthost02.mail.zen.net.uk ([212.23.3.141]:50046) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMRgV-000490-TT for grub-devel@gnu.org; Wed, 09 Jun 2010 16:15:36 -0400 Received: from [82.69.40.219] (helo=riva.pelham.vpn.ucam.org) by smarthost02.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1OMRgU-0002QD-32 for grub-devel@gnu.org; Wed, 09 Jun 2010 20:15:34 +0000 Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian)) for grub-devel@gnu.org id 1OMRgT-0005g1-00; Wed, 09 Jun 2010 21:15:33 +0100 Date: Wed, 9 Jun 2010 21:15:33 +0100 From: Colin Watson To: The development of GNU GRUB Message-ID: <20100609201533.GA21862@riva.ucam.org> References: <20100608174656.GU21862@riva.ucam.org> <4C0E84E1.9040902@gmail.com> <4C0FECA8.9050503@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4C0FECA8.9050503@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-Smarthost02-IP: [82.69.40.219] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Improve man page headers X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2010 20:16:11 -0000 On Wed, Jun 09, 2010 at 09:34:00PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 06/08/2010 07:58 PM, Grégoire Sutre wrote: > > In a recent message sent to the list [1], I proposed the following > > modification [2] to account for filename transformations in man pages: > > > > + * Makefile.in (install-local): Use installed files on help2man > > command > > + line to account for file name transformations. > > > > > > - $(HELP2MAN) --section=1 -o $(DESTDIR)$(mandir)/man1/$$dest.1 > > $(builddir)/$$file; \ > > + $(HELP2MAN) --section=1 -o $(DESTDIR)$(mandir)/man1/$$dest.1 > > $(DESTDIR)$(bindir)/$$dest; \ > > > > > > Could your approach also support filename transformations? > > Please avoid reponding to random unrelated mail to post a new message. > This is very confusing and usually results in your e-mail being > unhandled when topic you posted is handled. Grégoire's mail made perfect sense in this thread - he was raising an incompatibility between his patch series and my patch, that will need some work to resolve. Cheers, -- Colin Watson [cjwatson@ubuntu.com]