Document the doman language code path translation extension from bug #222439.
authorZac Medico <zmedico@gentoo.org>
Mon, 28 Jul 2008 22:27:35 +0000 (22:27 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 28 Jul 2008 22:27:35 +0000 (22:27 -0000)
svn path=/main/trunk/; revision=11252

doc/package/ebuild/eapi/2.docbook

index 594eceabe9c439b60c323f6c3871e4014d13c21f..1f3273d8024982426eeebb5fe89cfbb2ad8bcaa0 100644 (file)
@@ -1,5 +1,36 @@
 <sect1 id='package-ebuild-eapi-2'>
        <title>EAPI 2_pre0</title>
+       <sect2 id='package-ebuild-eapi-2-helpers'>
+       <title>Helpers</title>
+       <sect3 id='package-ebuild-eapi-2-helpers-doman'>
+       <title>doman</title>
+       <para>
+       Language codes in file names are now used for path translation.
+       </para>
+       <table><title>Man Page Path Translation</title>
+       <tgroup cols='2' align='left' >
+       <colspec colname='source'/>
+       <colspec colname='destination'/>
+       <thead>
+       <row>
+       <entry>Source</entry>
+       <entry>Destination</entry>
+       </row>
+       </thead>
+       <tbody>
+       <row>
+       <entry>foo.1</entry>
+       <entry>/usr/share/man/man1/foo.1</entry>
+       </row>
+       <row>
+       <entry>foo.lang.1</entry>
+       <entry>/usr/share/man/lang/man1/foo.1</entry>
+       </row>
+       </tbody>
+       </tgroup>
+       </table>
+       </sect3>
+       </sect2>
        <sect2 id='package-ebuild-eapi-2-use-deps'>
        <title>USE Dependencies</title>
        <sect3 id='package-ebuild-eapi-2-use-deps-conditional'>