summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-29 00:50:52 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-29 00:50:52 +0200
commit6ada7f80311195c466783f5b4dcae53989f47fa8 (patch)
tree781d6665391be9a8f59703b1936e7e3e5db97f12 /docs/en/xml/installation.xml
parentcffe0e7b45e167d77c19ff76edbb589624004deb (diff)
downloadbugzilla-6ada7f80311195c466783f5b4dcae53989f47fa8.tar.gz
bugzilla-6ada7f80311195c466783f5b4dcae53989f47fa8.tar.xz
Bug 252109: Bugzilla docs fail w3c validation
r=glob a=LpSolit
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml32
1 files changed, 15 insertions, 17 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index cdff751d4..ba97d9591 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1734,25 +1734,23 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
</para>
<screen>
-# perl -MCPAN -e'look XML::Parser' <co id="macosx-look"/>
+# perl -MCPAN -e'look XML::Parser'
# perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include
-# make; make test; make install <co id="macosx-make"/>
-# exit <co id="macosx-exit"/>
+# make; make test; make install
+# exit
</screen>
- <calloutlist>
- <callout arearefs="macosx-look macosx-exit">
- <para>The look command will download the module and spawn a
- new shell with the extracted files as the current working directory.
- The exit command will return you to your original shell.
- </para>
- </callout>
- <callout arearefs="macosx-make">
- <para>You should watch the output from these make commands,
- especially <quote>make test</quote> as errors may prevent
- XML::Parser from functioning correctly with Bugzilla.
- </para>
- </callout>
- </calloutlist>
+ <para>
+ The <command>look</command> command will download the module and spawn
+ a new shell with the extracted files as the current working directory.
+ </para>
+ <para>
+ You should watch the output from these <command>make</command> commands,
+ especially <quote>make test</quote> as errors may prevent
+ XML::Parser from functioning correctly with Bugzilla.
+ </para>
+ <para>
+ The <command>exit</command> command will return you to your original shell.
+ </para>
</section>
</section>