summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mped.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/mped.xml b/mped.xml
index d49f4b1..8d86592 100644
--- a/mped.xml
+++ b/mped.xml
@@ -410,10 +410,18 @@
Starting from this file, <filename>mped.xml</filename>, and
the bootstrap tangling stylesheet,
<filename>tangle-bootstrap.xsl</filename>, you would obtain a
- mped-less docbook file with:
+ mped-less docbook file with <xref linkend="convert-process"
+ />.
</para>
- <example>xsltproc tangle-bootstrap.xsl mped.xml | bash
-xsltproc apply-mped.xsl mped.xml | xmllint --format -</example>
+ <figure xml:id="convert-process">
+ <title>How to convert this document</title>
+ <programlisting language="sh" mped:tangle-to="build.sh">
+ <![CDATA[
+xsltproc tangle-bootstrap.xsl mped.xml | bash
+xsltproc apply-mped.xsl mped.xml | xmllint --format -
+ ]]>
+ </programlisting>
+ </figure>
</section>
</chapter>
<chapter>