diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-12-27 22:31:30 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-12-27 22:31:30 +0100 |
commit | 1936b33467289e09f6130c3eba424cd2cdd962d0 (patch) | |
tree | 64747c4351bb9f2203ad4419051c17176bf0ec48 | |
parent | Use "app:" instead of "ch:" for labels in the appendix (diff) | |
download | pms-1936b33467289e09f6130c3eba424cd2cdd962d0.tar.gz pms-1936b33467289e09f6130c3eba424cd2cdd962d0.tar.bz2 pms-1936b33467289e09f6130c3eba424cd2cdd962d0.zip |
Revert "Appendix: Include EAPI differences sections in table of contents."
This reverts commit fbcb58732d0a75138c0c7185f914d10f448ed472.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | eapi-differences.tex | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/eapi-differences.tex b/eapi-differences.tex index a5ba486..225c2b6 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -375,11 +375,11 @@ File mtimes preserved & \compactfeatureref{mtime-preserve} & \note{This chapter is informative and for convenience only. Refer to the main text for specifics.} -\section{EAPI 0} +\section*{EAPI 0} EAPI 0 is the base EAPI. -\section{EAPI 1} +\section*{EAPI 1} EAPI 1 is EAPI 0 with the following changes: @@ -389,7 +389,7 @@ EAPI 1 is EAPI 0 with the following changes: \item Different \t{src_compile} implementation, \featureref{src-compile}. \end{compactitem} -\section{EAPI 2} +\section*{EAPI 2} EAPI 2 is EAPI 1 with the following changes: @@ -406,7 +406,7 @@ EAPI 2 is EAPI 1 with the following changes: \item \t{default} function, \featureref{default-func}. \end{compactitem} -\section{EAPI 3} +\section*{EAPI 3} EAPI 3 is EAPI 2 with the following changes: \begin{compactitem} @@ -416,7 +416,7 @@ EAPI 3 is EAPI 2 with the following changes: \item File modification times are preserved, \featureref{mtime-preserve}. \end{compactitem} -\section{EAPI 4} +\section*{EAPI 4} EAPI 4 is EAPI 3 with the following changes: @@ -445,7 +445,7 @@ EAPI 4 is EAPI 3 with the following changes: \item \t{use_with} and \t{use_enable} support empty third argument, \featureref{use-with}. \end{compactitem} -\section{EAPI 5} +\section*{EAPI 5} EAPI 5 is EAPI 4 with the following changes: @@ -466,7 +466,7 @@ EAPI 5 is EAPI 4 with the following changes: \item \t{usex} support, \featureref{usex}. \end{compactitem} -\section{EAPI 6} +\section*{EAPI 6} EAPI 6 is EAPI 5 with the following changes: @@ -489,7 +489,7 @@ EAPI 6 is EAPI 5 with the following changes: \item \t{get_libdir} support, \featureref{get-libdir}. \end{compactitem} -\section{EAPI 7} +\section*{EAPI 7} EAPI 7 is EAPI 6 with the following changes: @@ -525,7 +525,7 @@ EAPI 7 is EAPI 6 with the following changes: \item Version manipulation and comparison commands, \featureref{ver-commands}. \end{compactitem} -\section{EAPI 8} +\section*{EAPI 8} EAPI 8 is EAPI 7 with the following changes: |