diff options
author | André Malo <nd@apache.org> | 2004-12-03 20:19:14 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-12-03 20:19:14 +0100 |
commit | 6f50816c996fa69ba446bf8c88652f0b36941079 (patch) | |
tree | c84c61c3f211dc6dd83f30332b3c339fd4fad4ad /docs/manual/platform/netware.html.en | |
parent | Clean up environment variables (diff) | |
download | apache2-6f50816c996fa69ba446bf8c88652f0b36941079.tar.xz apache2-6f50816c996fa69ba446bf8c88652f0b36941079.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/platform/netware.html.en')
-rw-r--r-- | docs/manual/platform/netware.html.en | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/manual/platform/netware.html.en b/docs/manual/platform/netware.html.en index 696fdb5fed..5fa2c25f06 100644 --- a/docs/manual/platform/netware.html.en +++ b/docs/manual/platform/netware.html.en @@ -497,10 +497,15 @@ </li> <li>Set the environment variable <code>AP_WORK</code> to the full path of - the <code>\httpd-2.0</code> directory.</li> + the <code>httpd</code> source code directory.</li> <li>Set the environment variable <code>APR_WORK</code> to the full path of - the <code>\httpd-2.0\srclib\apr</code> directory.</li> + the <code>apr</code> source code directory. Typically <code>\httpd\srclib\apr</code> + but the APR project can be outside of the httpd directory structure.</li> + + <li>Set the environment variable <code>APU_WORK</code> to the full path of + the <code>apr-util</code> source code directory. Typically <code>\httpd\srclib\apr-util</code> + but the APR-UTIL project can be outside of the httpd directory structure.</li> <li>Make sure that the path to the AWK utility and the GNU make utility (<code>gmake.exe</code>) have been included in the system's |