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
This commit is contained in:
Bill Somerville 2015-05-29 23:10:38 +00:00
parent 94d26c18b8
commit c9fdb8d80d
2 changed files with 0 additions and 27 deletions

View File

@ -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)

View File

@ -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