diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-22 23:44:36 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-22 23:44:36 +0100 |
commit | 579dd169626a348c676c6d060adf412c709567a7 (patch) | |
tree | d073fc352e495a7f4f0da19329b7711f47aefa6e /docs | |
parent | 617d50f06ca39972dd78377dd3bf4b126478e944 (diff) | |
download | bugzilla-579dd169626a348c676c6d060adf412c709567a7.tar.gz bugzilla-579dd169626a348c676c6d060adf412c709567a7.tar.xz |
Include migrate.pl in the POD index.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm index 6cd59b50c..95ab3f435 100644 --- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm +++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm @@ -32,7 +32,7 @@ BEGIN { *esc = \&Pod::Simple::HTML::esc } # 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', 'jobqueue'], + 'install-module', 'sanitycheck', 'jobqueue', 'migrate'], Modules => ['bugzilla'], Extensions => ['extensions'], }; |