diff options
author | jake%bugzilla.org <> | 2004-12-07 20:52:56 +0100 |
---|---|---|
committer | jake%bugzilla.org <> | 2004-12-07 20:52:56 +0100 |
commit | 6c9ed14d40c33a8c1a257ab5f6185c6277ab21d0 (patch) | |
tree | a344cae29146339ccbc265942437ac4b294f5c2e | |
parent | c88af85fd2d0627287386f8ed21ad3baa7e93fdc (diff) | |
download | bugzilla-6c9ed14d40c33a8c1a257ab5f6185c6277ab21d0.tar.gz bugzilla-6c9ed14d40c33a8c1a257ab5f6185c6277ab21d0.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/xml/Bugzilla-Guide.xml | 2 | ||||
-rw-r--r-- | docs/xml/installation.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 619f7e95b..806622de5 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/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/xml/installation.xml b/docs/xml/installation.xml index 4cd5cfc0b..b1069991c 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.83 2004/12/07 11:41:59 jake%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.84 2004/12/07 11:52:56 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 |