Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: bin/
Date: Sat, 14 Dec 2019 12:01:33
Message-Id: 1576324782.6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc.ulm@gentoo
1 commit: 6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 11:59:42 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 11:59:42 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6733a4e8
7
8 bin/gen-eclass-html.sh: Fix category of eclass-manpages.
9
10 The package has been moved to app-doc some time ago.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 bin/gen-eclass-html.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
18 index e41c3df..8ef226d 100755
19 --- a/bin/gen-eclass-html.sh
20 +++ b/bin/gen-eclass-html.sh
21 @@ -127,7 +127,7 @@ cat << EOF > $OUTPUTDIR/text.xml
22 <p>
23 This section provides a reference for some of the more commonly used eclasses.
24 Note that most eclasses have an accompanying manual page. These man pages can be
25 -installed by emerging <c>app-portage/eclass-manpages</c>.
26 +installed by emerging <c>app-doc/eclass-manpages</c>.
27 </p>
28 </body>