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 | |
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')
-rw-r--r-- | docs/manual/platform/netware.html.en | 9 | ||||
-rw-r--r-- | docs/manual/platform/netware.html.ko.euc-kr | 2 | ||||
-rw-r--r-- | docs/manual/platform/netware.xml.ko | 2 | ||||
-rw-r--r-- | docs/manual/platform/netware.xml.meta | 2 |
4 files changed, 11 insertions, 4 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 diff --git a/docs/manual/platform/netware.html.ko.euc-kr b/docs/manual/platform/netware.html.ko.euc-kr index 850f5cef01..612153d3c7 100644 --- a/docs/manual/platform/netware.html.ko.euc-kr +++ b/docs/manual/platform/netware.html.ko.euc-kr @@ -21,6 +21,8 @@ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/netware.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../ko/platform/netware.html" title="Korean"> ko </a></p> </div> +<div class="outofdate">ÀÌ ¹®¼´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù. + ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼¸¦ Âü°íÇϼ¼¿ä.</div> <p>ÀÌ ¹®¼´Â Novell NetWare 6.0 À̻󿡼 ¾ÆÆÄÄ¡ 2.0À» ¼³Ä¡, diff --git a/docs/manual/platform/netware.xml.ko b/docs/manual/platform/netware.xml.ko index 0e4b4dc414..ed03be6826 100644 --- a/docs/manual/platform/netware.xml.ko +++ b/docs/manual/platform/netware.xml.ko @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="EUC-KR" ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?> -<!-- English Revision: 105989 --> +<!-- English Revision: 105989 (outdated: 109578) --> <!-- Copyright 2004 The Apache Software Foundation diff --git a/docs/manual/platform/netware.xml.meta b/docs/manual/platform/netware.xml.meta index 37cc218704..0acefe5cc7 100644 --- a/docs/manual/platform/netware.xml.meta +++ b/docs/manual/platform/netware.xml.meta @@ -7,6 +7,6 @@ <variants> <variant>en</variant> - <variant>ko</variant> + <variant outdated="yes">ko</variant> </variants> </metafile> |