diff options
author | mkanat%bugzilla.org <> | 2006-10-17 15:45:44 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-10-17 15:45:44 +0200 |
commit | 41e90677df45dc12590343ea88be4d8f6cb5eb87 (patch) | |
tree | 55dd48be39fe8fedd06537b335cb366b4ef524da /docs/lib/Pod/Simple | |
parent | bee459e8be50b73593928fc5653de3933bfde6f6 (diff) | |
download | bugzilla-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)
Diffstat (limited to 'docs/lib/Pod/Simple')
-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 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'], }; |