home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278570_description.xml < prev    next >
Extensible Markup Language  |  2004-05-02  |  2KB  |  46 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4.  Copyright 2002-2004 The Apache Software Foundation
  5.  
  6.  Licensed under the Apache License, Version 2.0 (the "License");
  7.  you may not use this file except in compliance with the License.
  8.  You may obtain a copy of the License at
  9.  
  10.      http://www.apache.org/licenses/LICENSE-2.0
  11.  
  12.  Unless required by applicable law or agreed to in writing, software
  13.  distributed under the License is distributed on an "AS IS" BASIS,
  14.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15.  See the License for the specific language governing permissions and
  16.  limitations under the License.
  17. -->
  18.  
  19. <description>
  20. This build file contains all operations that are necessary for building
  21. the Apache httpd documentation. It is called by invoking build.bat (Win32)
  22. or build.sh (/bin/sh systems) with a target argument (full list below).
  23. For example, if you want to build the Japanese HTML files, type:
  24.  
  25.   ./build.sh ja
  26.  
  27. Some targets have additional requirements:
  28.  
  29. * 'metafiles' and 'modulelists' need perl in PATH. (It's checked automatically
  30.   and skipped if perl is not available)
  31.  
  32. * 'chm-foo' targets need:
  33.   - the HTML Help compiler in PATH (or modify this build file). The
  34.     compiler (hhc.exe) is part of the HTML Help Workshop which is freely
  35.     available and can be downloaded from
  36.     http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp
  37.   - The appropriate locale (e.g. Japanese) before invoking hhc.exe. Otherwise
  38.     the compiler is not able to build the fulltext search index correctly and
  39.     the TOC may be garbled, too. In particular:
  40.     + chm-de: German (Germany), sorting order: dictionary
  41.     + chm-en: English (USA)
  42.     + chm-es: Spanish (Spain), sorting order: international
  43.     + chm-ja: Japanese
  44.     + chm-ko: Korean
  45.  
  46. </description>