commit: 6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 14 11:59:42 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Dec 14 11:59:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6733a4e8
bin/gen-eclass-html.sh: Fix category of eclass-manpages. The package has been moved to app-doc some time ago. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> bin/gen-eclass-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index e41c3df..8ef226d 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -127,7 +127,7 @@ cat << EOF > $OUTPUTDIR/text.xml <p> This section provides a reference for some of the more commonly used eclasses. Note that most eclasses have an accompanying manual page. These man pages can be -installed by emerging <c>app-portage/eclass-manpages</c>. +installed by emerging <c>app-doc/eclass-manpages</c>. </p> </body>
