|  | <?xml version="1.0" encoding="utf-8"?> | 
|  | <!-- | 
|  | Licensed to the Apache Software Foundation (ASF) under one or more | 
|  | contributor license agreements.  See the NOTICE file distributed with | 
|  | this work for additional information regarding copyright ownership. | 
|  | The ASF licenses this file to You under the Apache License, Version 2.0 | 
|  | (the "License"); you may not use this file except in compliance with | 
|  | the License.  You may obtain a copy of the License at | 
|  |  | 
|  | http://www.apache.org/licenses/LICENSE-2.0 | 
|  |  | 
|  | Unless required by applicable law or agreed to in writing, software | 
|  | distributed under the License is distributed on an "AS IS" BASIS, | 
|  | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
|  | See the License for the specific language governing permissions and | 
|  | limitations under the License. | 
|  | --> | 
|  |  | 
|  | <description> | 
|  | This build file contains all operations that are necessary for building | 
|  | the Apache httpd documentation. It is called by invoking build.bat (Win32) | 
|  | or build.sh (/bin/sh systems) with a target argument (full list below). | 
|  | For example, if you want to build the Japanese HTML files, type: | 
|  |  | 
|  | ./build.sh ja | 
|  |  | 
|  | Some targets have additional requirements: | 
|  |  | 
|  | * 'metafiles' and 'modulelists' need perl in PATH. (It's checked automatically | 
|  | and skipped if perl is not available) | 
|  |  | 
|  | * 'chm-foo' targets need: | 
|  | - the HTML Help compiler in PATH (or modify this build file). The | 
|  | compiler (hhc.exe) is part of the HTML Help Workshop which is freely | 
|  | available and can be downloaded from | 
|  | http://msdn.microsoft.com/en-us/library/windows/desktop/ms669985%28v=vs.85%29.aspx | 
|  | - The appropriate locale (e.g. Japanese) before invoking hhc.exe. Otherwise | 
|  | the compiler is not able to build the fulltext search index correctly and | 
|  | the TOC may be garbled, too. In particular: | 
|  | + chm-de: German (Germany), sorting order: dictionary | 
|  | + chm-en: English (USA) | 
|  | + chm-es: Spanish (Spain), sorting order: international | 
|  | + chm-ja: Japanese | 
|  | + chm-ko: Korean | 
|  | + chm-tr: Turkish | 
|  | + chm-zh-cn: Chinese (China), sorting order: phonetic | 
|  |  | 
|  | </description> |