]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The checkin of bug 520948 broke the docs build, because Chart::Base wasn't a required...
authormkanat%bugzilla.org <>
Sat, 24 Oct 2009 05:53:12 +0000 (05:53 +0000)
committermkanat%bugzilla.org <>
Sat, 24 Oct 2009 05:53:12 +0000 (05:53 +0000)
docs/en/xml/installation.xml
docs/en/xml/modules.xml

index 7ae08a5a813a0d0962c1fe2291c4049e3171ab86..c9552e0c683cb243fc270332b1be79c5b2994bd8 100644 (file)
@@ -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>
 
 
         <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>
 
        </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>
index 3af06ea34741e53d5f84b0999ec6a35b01b63942..933c9de5bda98cbd63e569aabb87b12c6eae7679 100644 (file)
     <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"/>