summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-30 17:10:08 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-30 17:10:08 +0200
commit0e68998f22b847d90753daac3808bedc4500cde6 (patch)
treed961161e5ceb10474bca7e733089945618d4121e /Bugzilla/Install
parent281214d136cfa3ad6dd8e2fa0777b336ca6cdff0 (diff)
downloadbugzilla-0e68998f22b847d90753daac3808bedc4500cde6.tar.gz
bugzilla-0e68998f22b847d90753daac3808bedc4500cde6.tar.xz
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.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 797f85453..4dbb0caef 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -462,6 +462,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'],