summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/modules.rst
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-01-27 16:08:01 +0100
committerGervase Markham <gerv@mozilla.org>2014-01-27 16:08:01 +0100
commitbce648342fa487a9afba9124b1db402678f0d67f (patch)
tree6563dc1f3f391b7069caa740ae99989f85a1ec20 /docs/en/rst/modules.rst
parent10cc520ecb23683b3ae83a817e4457bc2fdc01fb (diff)
downloadbugzilla-bce648342fa487a9afba9124b1db402678f0d67f.tar.gz
bugzilla-bce648342fa487a9afba9124b1db402678f0d67f.tar.xz
Bug 962571 - Fix syntax highlighting of code blocks. r=LpSolit, a=justdave.
Diffstat (limited to 'docs/en/rst/modules.rst')
-rw-r--r--docs/en/rst/modules.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/en/rst/modules.rst b/docs/en/rst/modules.rst
index 2dced86bc..1d6f21d69 100644
--- a/docs/en/rst/modules.rst
+++ b/docs/en/rst/modules.rst
@@ -1,4 +1,4 @@
-
+.. highlight:: console
.. _install-perlmodules-manual:
@@ -17,12 +17,12 @@ apply this magic incantation, as root:
::
- bash# tar -xzvf <module>.tar.gz
- bash# cd <module>
- bash# perl Makefile.PL
- bash# make
- bash# make test
- bash# make install
+ # tar -xzvf <module>.tar.gz
+ # cd <module>
+ # perl Makefile.PL
+ # make
+ # make test
+ # make install
.. note:: In order to compile source code under Windows you will need to obtain
a 'make' utility. The :command:`nmake` utility provided with