From 5e135c7e0bbcd87e4bbb854048c21852c87de4b1 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 17 May 2021 21:30:41 +0200 Subject: Split the econf options table because it has become too wide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- pkg-mgr-commands.tex | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'pkg-mgr-commands.tex') diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index e74f730..817b52b 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -346,23 +346,28 @@ commands once the current phase function has returned. \ChangeWhenAddingAnEAPI{8} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} - \begin{tabular}{llllllll} + \begin{tabular}{lllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} & - \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} & - \multicolumn{1}{c}{\textbf{-{}-disable-static}} & \multicolumn{1}{c}{\textbf{-{}-datarootdir}} & \multicolumn{1}{c}{\textbf{-{}-docdir}} & \multicolumn{1}{c}{\textbf{-{}-htmldir}} & \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\ \midrule - 0, 1, 2, 3 & No & No & No & No & No & No & No \\ - 4 & Yes & No & No & No & No & No & No \\ - 5 & Yes & Yes & No & No & No & No & No \\ - 6 & Yes & Yes & No & No & Yes & Yes & No \\ - 7 & Yes & Yes & No & No & Yes & Yes & Yes \\ - 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\ + 0, 1, 2, 3, 4, 5 & No & No & No & No \\ + 6 & No & Yes & Yes & No \\ + 7 & No & Yes & Yes & Yes \\ + 8 & Yes & Yes & Yes & Yes \\ + \midrule + \multicolumn{1}{c}{\textbf{EAPI}} & + \multicolumn{1}{P{5.5em}}{\textbf{-{}-disable-dependency-tracking}} & + \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} & + \multicolumn{1}{c}{\textbf{-{}-disable-static}} & \\ + \midrule + 0, 1, 2, 3 & No & No & No & \\ + 4 & Yes & No & No & \\ + 5, 6, 7 & Yes & Yes & No & \\ + 8 & Yes & Yes & Yes & \\ \bottomrule \end{tabular} \end{centertable} -- cgit v1.2.3-65-gdbad