diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 2 | ||||
-rw-r--r-- | docs/en/xml/installation.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 619f7e95b..806622de5 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -1,4 +1,4 @@ -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [ +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!-- Include macros --> <!ENTITY about SYSTEM "about.xml"> diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 27c807adc..6529cd3a0 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.83 2008/04/04 06:47:13 jake%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.84 2008/04/04 06:47:14 jake%bugzilla.org Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1523,7 +1523,7 @@ pid-file=/home/foo/mymysql/the.pid <prompt>bash$</prompt> <command>sh Configure -de -Dprefix=/home/foo/perl</command> <prompt>bash$</prompt> - <command>make && make test && make install</command> + <command>make && make test && make install</command> </screen> <para>Once you have Perl installed into a directory (probably |