From 6d6e6da3638bfa8a88fd10e035ca8f08edf9d6ec Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 24 Sep 2017 23:25:49 +0200 Subject: dependencies: Add extra vert spacing in phase-dep table Add additional vertical space between rows of the 'Dependency classes required to be satisfied for a particular phase function' to improve readbility. For all but the last row, the phase function cell spans multiple lines while the dependency class cell is one line only. Without the extra spacing, it is not apparent at a first glance whether a particular phase function uses dependencies above or below it. --- dependencies.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dependencies.tex b/dependencies.tex index 21eeba5..51455d0 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -13,11 +13,14 @@ \midrule \t{pkg_pretend}, \t{pkg_setup}, \t{pkg_info}, \t{pkg_nofetch} & None (ebuilds can rely only on the packages in the system set) \\ + \addlinespace \t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test}, \t{src_install} & \t{DEPEND} \\ + \addlinespace \t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm}, \t{pkg_postrm} & \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which case it may be installed later) \\ + \addlinespace \t{pkg_config} & \t{RDEPEND}, \t{PDEPEND} \\ \bottomrule \end{tabular} -- cgit v1.2.3-65-gdbad