From 934ada41296c8327859a0914340018c838ba41e6 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 17 Feb 2009 21:16:14 +0100 Subject: [PATCH] default-phase-function-table and default-function-table are the same, so why not reuse it? --- pkg-mgr-commands.tex | 30 +----------------------------- 1 files changed, 1 insertions(+), 29 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index d26a8a7..8b47826 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -462,37 +462,9 @@ has returned. \item[default] Calls the \t{default\_} function for the current phase (see section~\ref{default-phase-functions}). Must not be called if the \t{default\_} function does not exist for the current phase in the current EAPI. - Only available in EAPIs listed in table~\ref{default-function-table}. + Only available in EAPIs listed in table~\ref{default-phase-function-table}. \end{description} -\begin{centertable}{EAPIs supporting the \t{default} function} \label{default-function-table} -\IFKDEBUILDELSE -{ - \begin{tabular}{ l l } - \toprule - \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{1}{c}{\textbf{Supports \t{default} function?}} \\ - \midrule - \t{0} & No \\ - \t{1} & No \\ - \t{kdebuild-1} & No \\ - \t{2} & Yes \\ - \bottomrule - \end{tabular} -}{ - \begin{tabular}{ l l } - \toprule - \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{1}{c}{\textbf{Supports \t{default} function?}} \\ - \midrule - \t{0} & No \\ - \t{1} & No \\ - \t{2} & Yes \\ - \bottomrule - \end{tabular} -} -\end{centertable} - \subsubsection{Debug Commands} The following commands are available for debugging. Normally all of these commands should be no ops; a package manager may provide a special debug mode where these commands instead do something. -- 1.6.0.6