diff options
author | lpsolit%gmail.com <> | 2008-01-31 19:00:19 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-31 19:00:19 +0100 |
commit | cc3c680689ffee987399fbad306acfd23399995a (patch) | |
tree | bfc972d7f65f0ee732e414462fc338666b18cf21 /docs | |
parent | 3e0d22b53134333bef81139e8eb1265169de879a (diff) | |
download | bugzilla-cc3c680689ffee987399fbad306acfd23399995a.tar.gz bugzilla-cc3c680689ffee987399fbad306acfd23399995a.tar.xz |
Bug 413163: sanitycheck.pl needs to be more helpful when run at command line - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r/a=LpSolit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm index 339a55be9..c0a70fa57 100644 --- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm +++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm @@ -31,7 +31,8 @@ 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', 'install-module'], + Files => ['importxml', 'contrib', 'checksetup', 'email_in', 'install-module', + 'sanitycheck'], Modules => ['bugzilla'], Extensions => ['extensions'], }; |