diff options
author | mkanat%bugzilla.org <> | 2009-10-24 05:53:12 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-10-24 05:53:12 +0000 |
commit | 1578c7f30d342476eae767d1b6967ed7539c810e (patch) | |
tree | cb3d4f900c754bb74f8642d2af55a1e1e5a7478d | |
parent | Bug 519584: Implement a framework for migrating from other bug-trackers, and ... (diff) | |
download | bugzilla-1578c7f30d342476eae767d1b6967ed7539c810e.tar.gz bugzilla-1578c7f30d342476eae767d1b6967ed7539c810e.tar.bz2 bugzilla-1578c7f30d342476eae767d1b6967ed7539c810e.zip |
The checkin of bug 520948 broke the docs build, because Chart::Base wasn't a required module anymore.
-rw-r--r-- | docs/en/xml/installation.xml | 12 | ||||
-rw-r--r-- | docs/en/xml/modules.xml | 2 |
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"/> |