diff options
author | jake%bugzilla.org <> | 2008-04-04 13:47:14 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 13:47:14 +0200 |
commit | c0401030055b09b07634f894c295175d05fa5cfd (patch) | |
tree | 3fc198467a387c9a5e5a8786ee781bbae5c5e9b6 | |
parent | e48e4b7278bff6cb6d59a04c86f905cfeed46305 (diff) | |
download | bugzilla-c0401030055b09b07634f894c295175d05fa5cfd.tar.gz bugzilla-c0401030055b09b07634f894c295175d05fa5cfd.tar.xz |
Bug 265995 - Make the docs closer to being valid XML (note: to complete the process the bz-devel ENTITY would have to be removed).
Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> with half 0f it being removed by myself.
-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 |