From 41e90677df45dc12590343ea88be4d8f6cb5eb87 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 17 Oct 2006 13:45:44 +0000 Subject: Fix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug 350921) --- docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], }; -- cgit v1.2.3-24-g4f1b