Pārlūkot izejas kodu

Added CMakeLists.txt files to allow for system build of HDFS_to_HPCC_Connector doc

G Panagiotatos 13 gadi atpakaļ
vecāks
revīzija
aaa4c88ea3
2 mainītis faili ar 20 papildinājumiem un 0 dzēšanām
  1. 1 0
      docs/CMakeLists.txt
  2. 19 0
      docs/HDFSConnector/CMakeLists.txt

+ 1 - 0
docs/CMakeLists.txt

@@ -58,6 +58,7 @@ add_subdirectory(Installing_and_RunningTheHPCCPlatform)
 add_subdirectory(RDDERef)
 add_subdirectory(RunningHPCCinaVirtualMachine)
 add_subdirectory(UsingConfigManager)
+add_subdirectory(HDFSConnector)
 
 
 

+ 19 - 0
docs/HDFSConnector/CMakeLists.txt

@@ -0,0 +1,19 @@
+################################################################################
+#    Copyright (C) 2011 HPCC Systems.
+#
+#    All rights reserved. This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as
+#    published by the Free Software Foundation, either version 3 of the
+#    License, or (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+################################################################################
+
+DOCBOOK_TO_PDF( ${FO_XSL} HDFS_to_HPCC_ConnectorIncluder.xml "HDFS_to_HPCC_Connector")
+