diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-27 21:54:05 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-27 21:54:05 +0100 |
commit | 7dad67e1d70319bc3a4b06dd51e0ab9309b0272d (patch) | |
tree | 5c5d6f561510fd07d941024cde64531bfe63181b /bin | |
parent | Makefile: Add separate "build" target. (diff) | |
download | devmanual-7dad67e1d70319bc3a4b06dd51e0ab9309b0272d.tar.gz devmanual-7dad67e1d70319bc3a4b06dd51e0ab9309b0272d.tar.bz2 devmanual-7dad67e1d70319bc3a4b06dd51e0ab9309b0272d.zip |
bin/gen-eclass-html.sh: Whitespace.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-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> |