aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-04 18:29:54 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-08 12:32:05 +0100
commit22859187debae11a52db7051f03965418c04a0d1 (patch)
treec3f07a943379bf0a8e39c582b5cf8c9ff811abd3 /bin/gen-eclass-html.sh
parentdevbook-guide: Don't mention caption as attribute of <pre>. (diff)
downloaddevmanual-22859187debae11a52db7051f03965418c04a0d1.tar.gz
devmanual-22859187debae11a52db7051f03965418c04a0d1.tar.bz2
devmanual-22859187debae11a52db7051f03965418c04a0d1.zip
bin/gen-eclass-html.sh: Fix text.xml output.
We need to generate XML suitable as xsltproc input, not HTML output. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin/gen-eclass-html.sh')
-rwxr-xr-xbin/gen-eclass-html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index 7293608..9705d04 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -128,7 +128,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 <code class="docutils literal"><span class="pre">app-portage/eclass-manpages</span></code>.
+installed by emerging <c>app-portage/eclass-manpages</c>.
</p>
</body>