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