Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-6 commit in: /
Date: Wed, 04 Nov 2015 06:08:57
Message-Id: 1446582765.16165052ae2135d499ccd4f353c867ccd03ae849.ulm@gentoo
1 commit: 16165052ae2135d499ccd4f353c867ccd03ae849
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 20:31:59 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 20:32:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=16165052
7
8 fixup! EAPI 6 has einstalldocs.
9
10 pkg-mgr-commands.tex | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
14 index b9d53bd..a548b9e 100644
15 --- a/pkg-mgr-commands.tex
16 +++ b/pkg-mgr-commands.tex
17 @@ -933,7 +933,7 @@ has returned.
18 \caption{\t{einstalldocs} logic} \label{alg:einstalldocs}
19 \begin{algorithmic}[1]
20 \STATE save the value of the install directory for \t{dodoc}
21 -\STATE call \t{docinto .} \COMMENT{sets the directory to \t{/usr/share/doc/\$\{PF\}}}
22 +\STATE set the install directory for \t{dodoc} to \t{/usr/share/doc/\$\{PF\}}
23 \IF{the DOCS variable is a non-empty array}
24 \STATE call \t{dodoc -r "\$\{DOCS[@]\}"}
25 \ELSIF{the DOCS variable is a non-empty scalar}
26 @@ -946,7 +946,7 @@ has returned.
27 \ENDIF
28 \ENDFOR
29 \ENDIF
30 -\STATE call \t{docinto html} \COMMENT{sets the directory to \t{/usr/share/doc/\$\{PF\}/html}}
31 +\STATE set the install directory for \t{dodoc} to \t{/usr/share/doc/\$\{PF\}/html}
32 \IF{the HTML\_DOCS variable is a non-empty array}
33 \STATE call \t{dodoc -r "\$\{HTML\_DOCS[@]\}"}
34 \ELSIF{the HTML\_DOCS variable is a non-empty scalar}