diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-30 17:12:04 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-30 17:12:04 +0200 |
commit | 8e899a8e992ac37b2c66da26c1023b7c4aa6890d (patch) | |
tree | f81efd0291126ee45d291c81299720281c13c7f5 /Bugzilla/Install | |
parent | a75e0696043ffc12529cb8c8592906dd2a2952ec (diff) | |
download | bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar.gz bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar.bz2 bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.tar.xz bugs-8e899a8e992ac37b2c66da26c1023b7c4aa6890d.zip |
Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed in bugzilla/lib/
r=dkl a=glob
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 381c81e1a..7328949aa 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -426,6 +426,7 @@ use constant FEATURE_FILES => ( moving => ['importxml.pl'], auth_ldap => ['Bugzilla/Auth/Verify/LDAP.pm'], auth_radius => ['Bugzilla/Auth/Verify/RADIUS.pm'], + documentation => ['docs/makedocs.pl'], inbound_email => ['email_in.pl'], jobqueue => ['Bugzilla/Job/*', 'Bugzilla/JobQueue.pm', 'Bugzilla/JobQueue/*', 'jobqueue.pl'], |