diff options
-rw-r--r-- | doc/package/ebuild/eapi/2.docbook | 31 |
1 files changed, 31 insertions, 0 deletions
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 @@ <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'> |