From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OMRtw-0003Ub-VJ for mharc-grub-devel@gnu.org; Wed, 09 Jun 2010 16:29:29 -0400 Received: from [140.186.70.92] (port=37361 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMRtt-0003QH-P5 for grub-devel@gnu.org; Wed, 09 Jun 2010 16:29:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMRts-0006LK-EW for grub-devel@gnu.org; Wed, 09 Jun 2010 16:29:25 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:55880) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMRts-0006LC-7f for grub-devel@gnu.org; Wed, 09 Jun 2010 16:29:24 -0400 Received: by fxm14 with SMTP id 14so4458059fxm.0 for ; Wed, 09 Jun 2010 13:29:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=58c01WEOBxZ7SHDF3eLYH6yFae03Ll7sS5X8+5NOOb8=; b=vEfjtcLjTsm5+aK4Loyq+2faIvA8O1+ux+9nnaUE2SG3oRtbCNdh4dyI7G1uey0sj1 AoVdZ7k/5hE3jDNbNWWg6A8+0AVj/5HtEuuk3S9H9QNipzXlZaeCHGkoy/8azccW3CKL G06X4NfDhVo1uAQqKPPDvJHwon1EsvkOltMqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=Dbs8vnhMiRCqsJBgoh9v+su1G1JdP9NoKG6pR3S7OvZ/d6QWPL25aVLnh8AsiZkJhf UwHGLVhn7NqCEvLEMXmxIlnQzkRztRwNcYsLhcR8bfr6MhBql//WiiS5g9+gk/rBXP1I OEoKPb9w6G1+rqwr4tId9BvELH1EiowHJUzWM= Received: by 10.204.160.149 with SMTP id n21mr1552403bkx.68.1276115362898; Wed, 09 Jun 2010 13:29:22 -0700 (PDT) Received: from debian.bg45.phnet (gprs41.swisscom-mobile.ch [193.247.250.41]) by mx.google.com with ESMTPS id v3sm31070149bkz.10.2010.06.09.13.29.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jun 2010 13:29:22 -0700 (PDT) Message-ID: <4C0FF99B.3090100@gmail.com> Date: Wed, 09 Jun 2010 22:29:15 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100515 Icedove/3.0.4 MIME-Version: 1.0 To: grub-devel@gnu.org References: <20100608174656.GU21862@riva.ucam.org> <4C0E84E1.9040902@gmail.com> <4C0FECA8.9050503@gmail.com> <20100609201533.GA21862@riva.ucam.org> In-Reply-To: <20100609201533.GA21862@riva.ucam.org> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig823B51A0A30D8DA3F83854CC" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:29:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig823B51A0A30D8DA3F83854CC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/09/2010 10:15 PM, Colin Watson wrote: > On Wed, Jun 09, 2010 at 09:34:00PM +0200, Vladimir '=CF=86-coder/phcode= r' Serbinenko wrote: > =20 >> On 06/08/2010 07:58 PM, Gr=C3=A9goire Sutre wrote: >> =20 >>> 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=3D1 -o $(DESTDIR)$(mandir)/man1/$$dest.1= >>> $(builddir)/$$file; \ >>> + $(HELP2MAN) --section=3D1 -o $(DESTDIR)$(mandir)/man1/$$dest.1= >>> $(DESTDIR)$(bindir)/$$dest; \ >>> >>> >>> Could your approach also support filename transformations? >>> =20 >> 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. >> =20 > Gr=C3=A9goire'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. > > =20 Oh I see. I didn't see this lines in your Changelog so I assumed it referred to some external thread. Sorry. > Cheers, > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig823B51A0A30D8DA3F83854CC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAkwP+ZsACgkQNak7dOguQgmxzAD/ZWf3kPRwZBzKfgATN9SvD7CA Unm0W/G8xTrcf+MhpIQA/0fbvdWyXnjfQs0PzRrcEeoeEf+b+Wj+23DWl+8z6x+k =fbkV -----END PGP SIGNATURE----- --------------enig823B51A0A30D8DA3F83854CC--