Przeglądaj źródła

HPCC-8445 Add Certify.

Fix HPCC-8445 Add Certify doc.
To add the HPCC Certification doc
to the documentation build

Signed-off-by: g-pan <greg.panagiotatos@lexisnexis.com>
g-pan 12 lat temu
rodzic
commit
c38730dd40

+ 1 - 0
docs/CMakeLists.txt

@@ -52,6 +52,7 @@ add_subdirectory(ECLProgrammersGuide)
 #add_subdirectory(ECLReference)
 add_subdirectory(ECLStandardLibraryReference)
 add_subdirectory(HPCCClientTools)
+add_subdirectory(HPCCCertify)
 add_subdirectory(HPCCDataHandling)
 add_subdirectory(HPCCDataTutorial)
 add_subdirectory(IMDB)

+ 18 - 0
docs/HPCCCertify/CMakeLists.txt

@@ -0,0 +1,18 @@
+################################################################################
+#    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.
+################################################################################
+
+DOCBOOK_TO_PDF( ${FO_XSL} certify.xml "HPCCCertification")
+

docs/wip/certify.xml → docs/HPCCCertify/certify.xml