Commit 41e90677 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Fix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug 350921)

parent bee459e8
......@@ -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'],
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment