浏览代码

HPCC-24697 Build Support for PT_BR CHM files

Signed-off-by: g-pan <greg.panagiotatos@lexisnexis.com>
g-pan 4 年之前
父节点
当前提交
e171f73a97

+ 1 - 1
docs/EN_US/ECLReference/ECLReference.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <set>
-  <!-- DNT-Start --><title>ECL Reference</title><!-- DNT-End -->
+  <title>ECL Reference</title>
 
   <setinfo>
     <corpauthor>HPCC Systems<superscript>®</superscript> <para>

+ 17 - 0
docs/PT_BR/ECLReference/CMakeLists.txt

@@ -0,0 +1,17 @@
+################################################################################
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#
+#    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.
+################################################################################
+get_filename_component(DOC_DIR_NAME ${CMAKE_CURRENT_SOURCE_DIR} NAME)
+include(${CMAKE_CURRENT_SOURCE_DIR}/../../BuildTools/cmake_config/${DOC_DIR_NAME}.txt)

+ 30 - 0
docs/PT_BR/ECLReference/ECLReference.xml

@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+<set>
+  <title>Referência a ECL</title>
+
+  <setinfo>
+    <corpauthor>HPCC Systems<superscript>®</superscript> <para>
+        <xi:include href="common/Version.xml"
+                    xpointer="xpointer(//*[@id='CHMVer'])"
+                    xmlns:xi="http://www.w3.org/2001/XInclude" />
+      </para></corpauthor>
+  </setinfo>
+
+  <xi:include href="../ECLLanguageReference/ECLR-includer.xml"
+              xpointer="element(/1)"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="../ECLStandardLibraryReference/SLR-includer.xml"
+              xpointer="element(/1)"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="../DynamicESDL/ESDL_LangRef_Includer.xml"
+              xpointer="element(/1)"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="../ECLProgrammersGuide/PrGd-Includer.xml"
+              xpointer="element(/1)"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+</set>