diff options
author | Brad King <brad.king@kitware.com> | 2015-09-02 18:15:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-02 18:15:59 (GMT) |
commit | 6f7edb87ea07ee50874728cceb8a01648ab16964 (patch) | |
tree | bd47ef3290e87cbcec5ab5929e5c7451a464f9fa /Utilities/Release/dashmacmini5_release.cmake | |
parent | 7d891cde021bf941bc79c39076531cb1889c2a27 (diff) | |
download | CMake-6f7edb87ea07ee50874728cceb8a01648ab16964.zip CMake-6f7edb87ea07ee50874728cceb8a01648ab16964.tar.gz CMake-6f7edb87ea07ee50874728cceb8a01648ab16964.tar.bz2 |
Utilities/Release: Install docs in unversioned directory (#15692)
Our upstream-built release tarballs already contain many unversioned
paths and so will never overlap with another version of CMake in the
same installation prefix. Therefore we do not need a versioned name for
the documentation directory. Configure our release binaries to place
the documentation in an unversioned directory so that one can use the
same path to refer to the documentation locally even after updating
CMake. For example, on OS X one may see the documentation in
`/Applications/CMake.app/Contents/doc/cmake/html/index.html`.
Diffstat (limited to 'Utilities/Release/dashmacmini5_release.cmake')
-rw-r--r-- | Utilities/Release/dashmacmini5_release.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/dashmacmini5_release.cmake b/Utilities/Release/dashmacmini5_release.cmake index 3025594..b147013 100644 --- a/Utilities/Release/dashmacmini5_release.cmake +++ b/Utilities/Release/dashmacmini5_release.cmake @@ -1,7 +1,7 @@ set(PROCESSORS 4) set(CMAKE_RELEASE_DIRECTORY /Users/kitware/CMakeReleaseDirectory) # set(USER_OVERRIDE "set(CMAKE_CXX_LINK_EXECUTABLE \\\"gcc <FLAGS> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES> -shared-libgcc -lstdc++-static\\\")") -set(BOOTSTRAP_ARGS "--prefix=/") +set(BOOTSTRAP_ARGS "--prefix=/ --docdir=doc/cmake") set(HOST dashmacmini5) set(MAKE_PROGRAM "make") set(MAKE "${MAKE_PROGRAM} -j5") |