diff options
author | jake%bugzilla.org <> | 2004-12-07 20:13:07 +0000 |
---|---|---|
committer | jake%bugzilla.org <> | 2004-12-07 20:13:07 +0000 |
commit | 8c98d30650c5d30f993df929a430ee43bafe8ac7 (patch) | |
tree | e5b92835c2dacff2b9bcb46845ff6749d92afde9 /docs | |
parent | Patch for bug 262372: clicking on a column header shouldn't result in loss of... (diff) | |
download | bugzilla-8c98d30650c5d30f993df929a430ee43bafe8ac7.tar.gz bugzilla-8c98d30650c5d30f993df929a430ee43bafe8ac7.tar.bz2 bugzilla-8c98d30650c5d30f993df929a430ee43bafe8ac7.zip |
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 of it being removed by myself.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/Bugzilla-Guide.xml | 4 | ||||
-rw-r--r-- | docs/xml/installation.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 0a5f9cdd3..248d9711d 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"> @@ -192,4 +192,4 @@ sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter") sgml-shorttag:t sgml-tag-region-if-active:t End: --->
\ No newline at end of file +--> diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 0b1685ccf..dea140b95 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.72.2.10 2004/12/03 23:19:25 jake%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.72.2.11 2004/12/07 12:13:07 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 |