From 1afdc5e85e51fcccf70753d4ec919a0b0060dbb7 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 29 May 2015 23:10:38 +0000 Subject: [PATCH] Remove unused script for downloading the user guide git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5468 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMake/download_html_manual.cmake | 16 ---------------- CMakeLists.txt | 11 ----------- 2 files changed, 27 deletions(-) delete mode 100644 CMake/download_html_manual.cmake diff --git a/CMake/download_html_manual.cmake b/CMake/download_html_manual.cmake deleted file mode 100644 index 8128bfe13..000000000 --- a/CMake/download_html_manual.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# -# CMake script to fetch the current HTML manual -# -message (STATUS "file: ${URL}/${NAME}") -file ( - DOWNLOAD ${URL}/${NAME} contrib/${NAME} - TIMEOUT 120 - STATUS manual_STATUS - LOG manual_LOG - SHOW_PROGRESS - ) -list (GET manual_STATUS 0 manual_RC) -if (manual_RC) - message (WARNING "${manual_STATUS}") - message (FATAL_ERROR "${manual_LOG}") -endif (manual_RC) diff --git a/CMakeLists.txt b/CMakeLists.txt index c05e4072b..860624594 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -630,17 +630,6 @@ FortranCInterface_HEADER (FC.h MACRO_NAMESPACE "FC_" SYMBOL_NAMESPACE "FC_" # sort out pre-requisites # -# -# fetch latest HTML manual -# -#set (WSJT_MANUAL_DIRECTORY "${PROJECT_MANUAL_DIRECTORY_URL}" -# CACHE STRING "Can be overridden to a local URI") -#add_custom_target (user_manual ALL -# ${CMAKE_COMMAND} -D URL=${WSJT_MANUAL_DIRECTORY} -D NAME=${PROJECT_MANUAL} -P ${CMAKE_SOURCE_DIR}/CMake/download_html_manual.cmake -# COMMENT "Downloading ${PROJECT_NAME} HTML manual" -# VERBATIM -# ) - # # Setup RPATH so that built executable targets will run in both the # build tree and the install location without having to set a