summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/style/description.xml1
-rw-r--r--docs/manual/style/lang-targets.xml4
-rw-r--r--docs/manual/style/manual.zh-cn.xsl2
-rw-r--r--docs/manual/style/xsl/util/allmodules.xml2
4 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/style/description.xml b/docs/manual/style/description.xml
index 1758c49355..c42f687058 100644
--- a/docs/manual/style/description.xml
+++ b/docs/manual/style/description.xml
@@ -45,5 +45,6 @@ Some targets have additional requirements:
+ chm-ja: Japanese
+ chm-ko: Korean
+ chm-tr: Turkish
+ + chm-zh-cn: Simplified Chinese
</description> \ No newline at end of file
diff --git a/docs/manual/style/lang-targets.xml b/docs/manual/style/lang-targets.xml
index 17cf1cab03..80c09b7bbc 100644
--- a/docs/manual/style/lang-targets.xml
+++ b/docs/manual/style/lang-targets.xml
@@ -283,7 +283,7 @@
<target description="- builds the Simplified Chinese CHM file" name="chm-zh-cn">
<chm.generic lang="zh-cn"/>
</target>
-<target description="- builds the Simplified Chinese nroff files" depends="check-man" name="man-zh-cn">
+<target description="- builds the Simplified Chinese nroff files" unless="skip-man" depends="check-man" name="man-zh-cn">
<nroff.generic lang="zh-cn"/>
</target>
@@ -313,4 +313,4 @@
</xmlvalidate>
</target>
-</project>
+</project> \ No newline at end of file
diff --git a/docs/manual/style/manual.zh-cn.xsl b/docs/manual/style/manual.zh-cn.xsl
index ece7d0db76..613165337c 100644
--- a/docs/manual/style/manual.zh-cn.xsl
+++ b/docs/manual/style/manual.zh-cn.xsl
@@ -34,4 +34,4 @@
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
+</xsl:stylesheet> \ No newline at end of file
diff --git a/docs/manual/style/xsl/util/allmodules.xml b/docs/manual/style/xsl/util/allmodules.xml
index f60588a6fb..918bf650fa 100644
--- a/docs/manual/style/xsl/util/allmodules.xml
+++ b/docs/manual/style/xsl/util/allmodules.xml
@@ -11,4 +11,4 @@
<item lang="ru">../../../mod/allmodules.xml.ru</item>
<item lang="tr">../../../mod/allmodules.xml.tr</item>
<item lang="zh-cn">../../../mod/allmodules.xml.zh-cn</item>
-</items>
+</items> \ No newline at end of file