From: mkanat%bugzilla.org <> Date: Tue, 17 Oct 2006 13:45:44 +0000 (+0000) Subject: Fix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug... X-Git-Tag: bugzilla-2.23.4~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e90677df45dc12590343ea88be4d8f6cb5eb87;p=thirdparty%2Fbugzilla.git Fix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug 350921) --- diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm index 37369f142a..06c76c678b 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'], };