]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug...
authormkanat%bugzilla.org <>
Tue, 17 Oct 2006 13:45:44 +0000 (13:45 +0000)
committermkanat%bugzilla.org <>
Tue, 17 Oct 2006 13:45:44 +0000 (13:45 +0000)
docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm

index 37369f142ab49d3772fe01e0fb16024f332dfbc7..06c76c678b85eddcf690980a8ad09002ae1cd425 100644 (file)
@@ -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'],
 };