diff options
author | mkanat%bugzilla.org <> | 2007-10-19 13:46:10 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-10-19 13:46:10 +0200 |
commit | 415e32d463bbb881d991d886ddba6f859669c098 (patch) | |
tree | fd97f6e5bd6f2333f9c9dceda58f5ba226d3bc4a /docs | |
parent | c6ede85fc67cefea141519c2b767cdcc600995ee (diff) | |
download | bugzilla-415e32d463bbb881d991d886ddba6f859669c098.tar.gz bugzilla-415e32d463bbb881d991d886ddba6f859669c098.tar.xz |
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/makedocs.pl | 2 | ||||
-rw-r--r-- | docs/xml/installation.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/makedocs.pl b/docs/makedocs.pl index b636a2f37..1b9a44296 100644 --- a/docs/makedocs.pl +++ b/docs/makedocs.pl @@ -34,7 +34,7 @@ BEGIN { chdir dirname($0); } -use lib qw(.. lib); +use lib qw(.. ../lib lib); # We only compile our POD if Pod::Simple is installed. We do the checks # this way so that if there's a compile error in Pod::Simple::HTML::Bugzilla, diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 57b004e3c..58b7d33aa 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.146 2007/10/16 09:56:07 justdave%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.147 2007/10/19 06:46:18 mkanat%bugzilla.org Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1123,7 +1123,7 @@ </warning> <programlisting> - PerlSwitches -I/var/www/html/bugzilla -w -T + PerlSwitches -I/var/www/html/bugzilla -I/var/www/html/bugzilla/lib -w -T PerlConfigRequire /var/www/html/bugzilla/mod_perl.pl </programlisting> </step> |