diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-14 12:59:42 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-14 12:59:42 +0100 |
commit | 6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc (patch) | |
tree | bf7e7ed28d87f0ed0a6ba3242c4350459e16d277 /bin | |
parent | devbook.xsl, bin/gen-eclass-html.sh: Drop empty list item. (diff) | |
download | devmanual-6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc.tar.gz devmanual-6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc.tar.bz2 devmanual-6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc.zip |
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@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-eclass-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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> |