mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
Copyright 2002-2005 The Apache Software Foundation or its licensors, as
|
|
applicable.
|
|
|
|
Licensed 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/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp
|
|
- 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
|
|
|
|
</description> |