Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Mon, 07 Feb 2022 08:13:19
Message-Id: 1641637345.ca1f5785608d6962dab2b863d508061fa6a9e0f6.ulm@gentoo
1 commit: ca1f5785608d6962dab2b863d508061fa6a9e0f6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 10:22:25 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 10:22:25 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=ca1f5785
7
8 pkg-mgr-commands.tex: Add some braces for consistency
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 pkg-mgr-commands.tex | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
16 index eb15d64..7f57539 100644
17 --- a/pkg-mgr-commands.tex
18 +++ b/pkg-mgr-commands.tex
19 @@ -406,7 +406,7 @@ commands once the current phase function has returned.
20 \end{algorithmic}
21 \end{algorithm}
22
23 -\item[emake] Calls the \t{\$MAKE} program, or GNU make if the \t{MAKE} variable is unset.
24 +\item[emake] Calls the \t{\$\{MAKE\}} program, or GNU make if the \t{MAKE} variable is unset.
25 Any arguments given are passed directly to the make command, as are the user's chosen
26 \t{MAKEOPTS}\@. Arguments given to \t{emake} override user configuration. See also
27 section~\ref{sec:guaranteed-system-commands}. \t{emake} must be an external program and cannot
28 @@ -507,7 +507,7 @@ the current phase function has returned.
29 Only available in EAPIs listed in table~\ref{tab:doheader-table} as supporting \t{doheader}.
30 Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
31
32 -\item[dohtml] Installs the given HTML files into a subdirectory under \t{/usr/share/doc/\$PF/}.
33 +\item[dohtml] Installs the given HTML files into a subdirectory under \t{/usr/share/doc/\$\{PF\}/}.
34 The subdirectory is \t{html} by default, but this can be overridden with the \t{docinto}
35 function. Files to be installed automatically are determined by extension and the default
36 extensions are \t{css}, \t{gif}, \t{htm}, \t{html}, \t{jpeg}, \t{jpg}, \t{js} and \t{png}.