From: Zac Medico Date: Mon, 28 Jul 2008 22:27:35 +0000 (-0000) Subject: Document the doman language code path translation extension from bug #222439. X-Git-Tag: v2.2_rc5~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f241a32fee6be23724f65f276b0b70b23fab4369;p=portage.git Document the doman language code path translation extension from bug #222439. svn path=/main/trunk/; revision=11252 --- diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index 594eceabe..1f3273d80 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -1,5 +1,36 @@ EAPI 2_pre0 + + Helpers + + doman + + Language codes in file names are now used for path translation. + + Man Page Path Translation + + + + + + Source + Destination + + + + + foo.1 + /usr/share/man/man1/foo.1 + + + foo.lang.1 + /usr/share/man/lang/man1/foo.1 + + + +
+
+
USE Dependencies