mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-05 07:24:38 -04:00
Solve the WSJT-X manual versioning issue
The user guide is now installed with the product version in the name so serving the same file from the project web server will allow multiple manual versions to be easily supported. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5320 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -134,5 +134,6 @@ add_custom_target (docs ALL DEPENDS ${user_guide})
|
||||
install (FILES
|
||||
${user_guide}
|
||||
DESTINATION ${WSJT_SHARE_DESTINATION}/${WSJT_DOC_DESTINATION}
|
||||
RENAME ${PROJECT_MANUAL}
|
||||
#COMPONENT runtime
|
||||
)
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@
|
||||
VERSION_MAJOR=@WSJTX_VERSION_MAJOR@
|
||||
VERSION_MINOR=@WSJTX_VERSION_MINOR@
|
||||
VERSION_PATCH=@WSJTX_VERSION_PATCH@
|
||||
VERSION=@WSJTX_VERSION_MAJOR@.@WSJTX_VERSION_MINOR@.@WSJTX_VERSION_PATCH@
|
||||
VERSION=@wsjtx_VERSION@
|
||||
|
||||
Reference in New Issue
Block a user