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: Mon, 27 Jan 2020 20:55:14
Message-Id: 1580158445.7dad67e1d70319bc3a4b06dd51e0ab9309b0272d.ulm@gentoo
1 commit: 7dad67e1d70319bc3a4b06dd51e0ab9309b0272d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 20:54:05 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 20:54:05 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7dad67e1
7
8 bin/gen-eclass-html.sh: Whitespace.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 bin/gen-eclass-html.sh | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
16 index 40f8490..fc37f03 100755
17 --- a/bin/gen-eclass-html.sh
18 +++ b/bin/gen-eclass-html.sh
19 @@ -128,13 +128,14 @@ cat << EOF > $OUTPUTDIR/text.xml
20 <guide self="eclass-reference/">
21 <chapter>
22 <title>Eclass Reference</title>
23 -
24 <body>
25 +
26 <p>
27 This section provides a reference for some of the more commonly used eclasses.
28 Note that most eclasses have an accompanying manual page. These man pages can be
29 installed by emerging <c>app-doc/eclass-manpages</c>.
30 </p>
31 +
32 </body>
33
34 <section>