]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Include migrate.pl in the POD index.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 22 Feb 2010 22:45:04 +0000 (14:45 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 22 Feb 2010 22:45:04 +0000 (14:45 -0800)
docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm

index 6cd59b50c0ef59f393191fa4a193b61b5b28e856..95ab3f43564b56f002aa0db03ae33acd61e33d56 100644 (file)
@@ -32,7 +32,7 @@ BEGIN { *esc = \&Pod::Simple::HTML::esc }
 # in the contents file, even though its HTML POD will still exist.
 use constant FILE_TRANSLATION => {
     Files      => ['importxml', 'contrib', 'checksetup', 'email_in', 
-                   'install-module', 'sanitycheck', 'jobqueue'],
+                   'install-module', 'sanitycheck', 'jobqueue', 'migrate'],
     Modules    => ['bugzilla'],
     Extensions => ['extensions'],
 };