summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-10-17 15:45:44 +0200
committermkanat%bugzilla.org <>2006-10-17 15:45:44 +0200
commit41e90677df45dc12590343ea88be4d8f6cb5eb87 (patch)
tree55dd48be39fe8fedd06537b335cb366b4ef524da
parentbee459e8be50b73593928fc5653de3933bfde6f6 (diff)
downloadbugzilla-41e90677df45dc12590343ea88be4d8f6cb5eb87.tar.gz
bugzilla-41e90677df45dc12590343ea88be4d8f6cb5eb87.tar.xz
Fix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug 350921)
-rw-r--r--docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm2
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 37369f142..06c76c678 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
+++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
@@ -31,7 +31,7 @@ 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'],
+ Files => ['importxml', 'contrib', 'checksetup', 'email_in'],
Modules => ['bugzilla'],
Extensions => ['extensions'],
};