From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OMRw5-0006Fk-S6 for mharc-grub-devel@gnu.org; Wed, 09 Jun 2010 16:31:42 -0400 Received: from [140.186.70.92] (port=59239 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMRw2-0006C6-Vd for grub-devel@gnu.org; Wed, 09 Jun 2010 16:31:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMRw1-0006dM-Rn for grub-devel@gnu.org; Wed, 09 Jun 2010 16:31:38 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:62550) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMRw1-0006dG-Kn for grub-devel@gnu.org; Wed, 09 Jun 2010 16:31:37 -0400 Received: by bwz1 with SMTP id 1so2027882bwz.0 for ; Wed, 09 Jun 2010 13:31:36 -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=rjCeFSwe6CnlaHXF2McCysfYfZoilEZOLsGGdXUjQ8o=; b=q0KhFNZ/Hp5qC8D1NcE4W3lLcqR1r8jLK9iETKWxm2XuvWWpjGXUtvyw7OAYVLoZHz cNqkZ9H6Wn3sl8b/KQXliL2tfjTSLGUzTm3C8Etc0EDQ+T9kJkxAPszfd52kAfwDNxiH jJ/bWrU5puA4iKSjwu6Ub0vvbGcVoq1evBnsc= 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=EBhvOqxRg8I83VlU9XDsByJv0lgSqHt3vz4DVCwND9WOH/5IFnEplOPrF0CtWDoiw6 IdTeR+PuLfHxws8cKMAFKZ4IQ42rnDM2CzrvlWf3/yu59lmUmmgjcFLRVl8xKpbUx49L /8F+YoBgdcGsY+uSylQC40cz7zYCZCoJYsHfo= Received: by 10.204.6.74 with SMTP id 10mr1770312bky.198.1276115496563; Wed, 09 Jun 2010 13:31:36 -0700 (PDT) Received: from debian.bg45.phnet (gprs41.swisscom-mobile.ch [193.247.250.41]) by mx.google.com with ESMTPS id z20sm31084690bkx.3.2010.06.09.13.31.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jun 2010 13:31:35 -0700 (PDT) Message-ID: <4C0FFA1E.4040403@gmail.com> Date: Wed, 09 Jun 2010 22:31:26 +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> <20100608182649.GV21862@riva.ucam.org> In-Reply-To: <20100608182649.GV21862@riva.ucam.org> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig033DA27E8A67487FE0E6D310" 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:31:40 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig033DA27E8A67487FE0E6D310 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/08/2010 08:26 PM, Colin Watson wrote: > On Tue, Jun 08, 2010 at 07:58:57PM +0200, 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 comma= nd >> + line to account for file name transformations. >> >> >> - $(HELP2MAN) --section=3D1 -o $(DESTDIR)$(mandir)/man1/$$dest.1 =20 >> $(builddir)/$$file; \ >> + $(HELP2MAN) --section=3D1 -o $(DESTDIR)$(mandir)/man1/$$dest.1 =20 >> $(DESTDIR)$(bindir)/$$dest; \ >> >> >> Could your approach also support filename transformations? >> =20 > I'm not sure how that would work. I guess you'd need > program_transform_name applied to the .h2m files. Do you want me to pu= t > my patch in a bzr branch so that you can experiment with that? I'm not= > sure I have time right now. > > =20 I think it's not worth it. At least FreeBSD when packaging GNU coreutils add 'g' prefix to tools but didn't change the manuals. Perhaps we should just leave both man pages and info manual as they are and let the distro care if they have a different policy. --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig033DA27E8A67487FE0E6D310 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+h4ACgkQNak7dOguQgnDygD/fzY8bRh4zKQkZs4+0sW3qwec OMsZ/Aw+bxIX4+NQvI4BAKrEm88nrQ3Xc4kmToWe1uPjv94RoAMkJdrcVLnsxgt1 =oAnZ -----END PGP SIGNATURE----- --------------enig033DA27E8A67487FE0E6D310--