summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-07-08 12:08:47 +0200
committermkanat%bugzilla.org <>2009-07-08 12:08:47 +0200
commit05ff1fe60204c5753f23a92cbc50c26f45a00ed8 (patch)
tree134746adebc9e4a6f70d75384c8fc28c24e87112 /docs
parentdedf3c1a1c7facb984d7a2a28378dc68a0a1259e (diff)
downloadbugzilla-05ff1fe60204c5753f23a92cbc50c26f45a00ed8.tar.gz
bugzilla-05ff1fe60204c5753f23a92cbc50c26f45a00ed8.tar.xz
Bug 494037: Release Notes for Bugzilla 3.4rc1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'docs')
-rw-r--r--docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
index ab298a05b..c8309d70e 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
+++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
@@ -31,8 +31,8 @@ BEGIN { *esc = \&Pod::Simple::HTML::esc }
# Note that if you leave out a category here, it will not be indexed
# in the contents file, even though its HTML POD will still exist.
use constant FILE_TRANSLATION => {
- Files => ['importxml', 'contrib', 'checksetup', 'email_in', 'install-module',
- 'sanitycheck'],
+ Files => ['importxml', 'contrib', 'checksetup', 'email_in',
+ 'install-module', 'sanitycheck', 'jobqueue'],
Modules => ['bugzilla'],
Extensions => ['extensions'],
};