diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-12-27 22:27:57 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-12-27 22:27:57 +0100 |
commit | b3718b21370c2991ff6b2ed76ac7a53af8477d57 (patch) | |
tree | f1fd327d79f2ef1ed14c11e29c8e92fc4e0e666b | |
parent | appendices.tex: Mention EAPI for econf --disable-static (diff) | |
download | pms-b3718b21370c2991ff6b2ed76ac7a53af8477d57.tar.gz pms-b3718b21370c2991ff6b2ed76ac7a53af8477d57.tar.bz2 pms-b3718b21370c2991ff6b2ed76ac7a53af8477d57.zip |
Use "app:" instead of "ch:" for labels in the appendix
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | appendices.tex | 2 | ||||
-rw-r--r-- | desk-reference.tex | 4 | ||||
-rw-r--r-- | tree-layout.tex | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/appendices.tex b/appendices.tex index a093936..db1dc64 100644 --- a/appendices.tex +++ b/appendices.tex @@ -1,5 +1,5 @@ \chapter{metadata.xml} -\label{ch:metadata-xml} +\label{app:metadata-xml} The \t{metadata.xml} file is used to contain extra package- or category-level information beyond what is stored in ebuild metadata. Its exact format is strictly beyond the scope of this document, diff --git a/desk-reference.tex b/desk-reference.tex index a096032..0bcda38 100644 --- a/desk-reference.tex +++ b/desk-reference.tex @@ -1,12 +1,12 @@ \ifthenelse{\boolean{TEX4HT-HACKS}}{% \chapter{Desk Reference} - \label{ch:cheatsheet} + \label{app:cheatsheet} \href{eapi-cheatsheet.pdf}{EAPI Cheat Sheet} }{% % Make sure that the cheat sheet starts on an odd page \ifthenelse{\isodd{\thepage}}{}{\null\newpage}% \includepdf[pages=-,landscape,turn=false,lastpage=2,% - addtotoc={1,chapter,0,Desk Reference,ch:cheatsheet}]{eapi-cheatsheet} + addtotoc={1,chapter,0,Desk Reference,app:cheatsheet}]{eapi-cheatsheet} } % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en : diff --git a/tree-layout.tex b/tree-layout.tex index aa04d3d..da01ff8 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -29,7 +29,7 @@ Each category provided by the repository (see also: the \t{profiles/categories} section~\ref{sec:profiles-dir}) shall be contained in one directory, whose name shall be that of the category. Each category directory shall contain: \begin{compactitem} -\item A \t{metadata.xml} file, as described in appendix~\ref{ch:metadata-xml}\@. Optional. +\item A \t{metadata.xml} file, as described in appendix~\ref{app:metadata-xml}\@. Optional. \item Zero or more package directories, one for each package in the category, as described in section~\ref{sec:package-dirs}. The name of the package directory shall be the corresponding package name. @@ -51,7 +51,7 @@ A package directory contains the following: \nobreakpar \begin{compactitem} \item Zero or more ebuilds. These are as described in chapter~\ref{ch:ebuild-format} and others. -\item A \t{metadata.xml} file, as described in appendix~\ref{ch:metadata-xml}\@. Optional only for +\item A \t{metadata.xml} file, as described in appendix~\ref{app:metadata-xml}\@. Optional only for legacy support. \item A \t{ChangeLog}, in a format determined by the provider of the repository. Optional. \item A \t{Manifest} file, whose format is described in~\cite{Glep74}. Can be omitted if the file |