diff options
-rwxr-xr-x | bin/gen-eclass-html.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index 40f8490..fc37f03 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -128,13 +128,14 @@ cat << EOF > $OUTPUTDIR/text.xml <guide self="eclass-reference/"> <chapter> <title>Eclass Reference</title> - <body> + <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-doc/eclass-manpages</c>. </p> + </body> <section> |