summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-10-24 07:53:12 +0200
committermkanat%bugzilla.org <>2009-10-24 07:53:12 +0200
commit1578c7f30d342476eae767d1b6967ed7539c810e (patch)
treecb3d4f900c754bb74f8642d2af55a1e1e5a7478d /docs
parent4adf7f1b401955a1938cfc7a9decdc77af2fab20 (diff)
downloadbugzilla-1578c7f30d342476eae767d1b6967ed7539c810e.tar.gz
bugzilla-1578c7f30d342476eae767d1b6967ed7539c810e.tar.xz
The checkin of bug 520948 broke the docs build, because Chart::Base wasn't a required module anymore.
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/installation.xml12
-rw-r--r--docs/en/xml/modules.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 7ae08a5a8..c9552e0c6 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.171 2009/08/18 11:01:17 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.172 2009/10/24 05:53:12 mkanat%bugzilla.org Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -358,8 +358,8 @@
<listitem>
<para>
- <link linkend="install-modules-chart-base">Chart::Base</link>
- (&min-chart-base-ver;) for bug charting
+ <link linkend="install-modules-chart-lines">Chart::Lines</link>
+ (&min-chart-lines-ver;) for bug charting
</para>
</listitem>
@@ -515,10 +515,10 @@
</tip>
</section>
- <section id="install-modules-chart-base">
- <title>Chart::Base (&min-chart-base-ver;)</title>
+ <section id="install-modules-chart-lines">
+ <title>Chart::Lines (&min-chart-lines-ver;)</title>
- <para>The Chart::Base module is only required if you want graphical
+ <para>The Chart::Lines module is only required if you want graphical
reports.
Note that earlier versions that 0.99c used GIFs, which are no longer
supported by the latest versions of GD.</para>
diff --git a/docs/en/xml/modules.xml b/docs/en/xml/modules.xml
index 3af06ea34..933c9de5b 100644
--- a/docs/en/xml/modules.xml
+++ b/docs/en/xml/modules.xml
@@ -135,7 +135,7 @@
<title>Optional Modules</title>
<para>
- Chart::Base:
+ Chart::Lines:
<literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/>
Documentation: <ulink url="http://search.cpan.org/dist/Chart/Chart.pod"/>