summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-03-16 19:08:19 +0000
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-04-11 20:28:02 +0100
commit1253d14cc02f0006ababb3e7cccb291d17c80e4b (patch)
tree067baa04b3465e97b26bbd4f115c58f3ae3af69a /pkg-mgr-commands.tex
parentEAPI 3 has controllable compression and docompress (diff)
downloadpms-1253d14cc02f0006ababb3e7cccb291d17c80e4b.tar.gz
pms-1253d14cc02f0006ababb3e7cccb291d17c80e4b.tar.bz2
pms-1253d14cc02f0006ababb3e7cccb291d17c80e4b.zip
EAPI 3 has dodoc -r
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex35
1 files changed, 34 insertions, 1 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 770cfe8..1f85f38 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -178,7 +178,10 @@ has returned.
\item[dodoc] Installs the given files into a subdirectory under \t{/usr/share/doc/\$\{PF\}/} with
file mode \t{0644}. The subdirectory is set by the most recent call to \t{docinto}. If
\t{docinto} has not yet been called, instead installs to the directory
- \t{/usr/share/doc/\$\{PF\}/}.
+ \t{/usr/share/doc/\$\{PF\}/}. For EAPIs
+ listed in table~\ref{tab:dodoc-table} as supporting \t{-r}, if the first argument is \t{-r}, any
+ subsequent arguments that are directories are installed recursively to the appropriate location;
+ in any other case, it is an error for a directory to be specified.
\item[doenvd] Installs the given environment files into \t{/etc/env.d/}, by default with file mode
\t{0644}. This can be overridden by setting \t{INSOPTIONS} with the \t{insopts} function.
@@ -318,6 +321,36 @@ that can be passed to \t{dohtml} are as follows:
\end{description}
+\begin{centertable}{EAPIs supporting \t{dodoc -r}} \label{tab:dodoc-table}
+\IFKDEBUILDELSE
+{
+ \begin{tabular}{ l l }
+ \toprule
+ \multicolumn{1}{c}{\textbf{EAPI}} &
+ \multicolumn{1}{c}{\textbf{Supports \t{dodoc -r}?}} \\
+ \midrule
+ \t{0} & No \\
+ \t{1} & No \\
+ \t{kdebuild-1} & No \\
+ \t{2} & No \\
+ \t{3} & Yes \\
+ \bottomrule
+ \end{tabular}
+}{
+ \begin{tabular}{ l l }
+ \toprule
+ \multicolumn{1}{c}{\textbf{EAPI}} &
+ \multicolumn{1}{c}{\textbf{Supports \t{dodoc -r}?}} \\
+ \midrule
+ \t{0} & No \\
+ \t{1} & No \\
+ \t{2} & No \\
+ \t{3} & Yes \\
+ \bottomrule
+ \end{tabular}
+}
+\end{centertable}
+
\begin{centertable}{EAPIs supporting \t{doman} languages} \label{tab:doman-table}
\IFKDEBUILDELSE
{