]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 413273: install-module.pl is not listed in docs/html/api/index.html - Patch by...
authorlpsolit%gmail.com <>
Tue, 22 Jan 2008 00:25:13 +0000 (00:25 +0000)
committerlpsolit%gmail.com <>
Tue, 22 Jan 2008 00:25:13 +0000 (00:25 +0000)
docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm

index 06c76c678b85eddcf690980a8ad09002ae1cd425..339a55be95d304156ad0a62a481b71c0bcc4ba80 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', 'email_in'],
+    Files      => ['importxml', 'contrib', 'checksetup', 'email_in', 'install-module'],
     Modules    => ['bugzilla'],
     Extensions => ['extensions'],
 };