|
@@ -0,0 +1,31 @@
|
|
|
+################################################################################
|
|
|
+# Copyright (C) 2018 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} WsSQL_ESPWebServiceGuide.xml "WsSQL_ESP_Web_Service_Users_Guide_${DOC_LANG}")
|
|
|
+
|
|
|
+IF(MAKE_DOCS)
|
|
|
+ SET(HELP_DEPENDENCIES)
|
|
|
+ GET_PROPERTY(Current_Targets GLOBAL PROPERTY DOC_TARGETS)
|
|
|
+ FOREACH(T ${Current_Targets})
|
|
|
+ IF("${T}" MATCHES ".*WsSQL_ESP_Web_Service_Users_Guide_${DOC_LANG}.*")
|
|
|
+ LIST(APPEND HELP_DEPENDENCIES ${T})
|
|
|
+ ENDIF()
|
|
|
+ ENDFOREACH()
|
|
|
+
|
|
|
+ DOCBOOK_TO_HTML(${ECLIPSE_HTML_XSL} "${CMAKE_CURRENT_BINARY_DIR}/WsSQL_ESPWebServiceGuide.xml" ${PORTAL_HTML_DIR}/WsSQLUG_${DOC_LANG} "wssql_user_guide_html_${DOC_LANG}" "${HPCC_SOURCE_DIR}/docs/common/eclipsehelp.css" "")
|
|
|
+ENDIF(MAKE_DOCS)
|