mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	WSJT-X User Guide location variable
In order to support the WSJT-X super build in LOCAL mode the location of the User Guide needs to be specified. A CMake cache variable WSJT_MANUAL_DIRECTORY has been added to allow the URI of the User Guide directory to be specified at configure time. The default value remains as the project web site. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4565 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									97088a9e06
								
							
						
					
					
						commit
						3496ac0eb8
					
				| @ -511,9 +511,10 @@ FortranCInterface_HEADER (FC.h MACRO_NAMESPACE "FC_" SYMBOL_NAMESPACE "FC_" | ||||
| # | ||||
| # 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 | ||||
|   # OUTPUT contrib/${PROJECT_MANUAL} | ||||
|   ${CMAKE_COMMAND} -D URL=${PROJECT_MANUAL_DIRECTORY_URL} -D NAME=${PROJECT_MANUAL} -P ${CMAKE_SOURCE_DIR}/CMake/download_html_manual.cmake | ||||
|   ${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 | ||||
|   ) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user