7 Commits

Author SHA1 Message Date
Kyle Edwards
297094e070 Set --docdir to actual destination
CMake 3.19 adds a link to the CMake reference manual in the help
menu, which attempts to open the local file if it exists, and falls
back to the internet if it does not. It searches for this local file
based on CMAKE_DOC_DIR. However, CMAKE_DOC_DIR was not being set to
the actual destination. Change CMAKE_DOC_DIR to reflect the actual
destination so that the CMake GUI can find it.
2020-10-13 17:36:00 -04:00
Felix Geyer
8f96e29ae4 Update install files. 2014-08-03 23:02:01 +02:00
Modestas Vainius
c0d3a195e1 Update install files: add usr/share/aclocal/cmake.m4. 2012-02-18 15:43:24 +02:00
Modestas Vainius
ee670935f7 Install documentation to /usr/share/cmake-data instead.
Actually it's the "base" package rather than cmake. Also link doc directories
to it.
2011-01-02 14:24:40 +02:00
Modestas Vainius
2f19fc7ece Use common documentation directory for all binary packages.
Now install cmake documentation into /usr/share/doc/cmake/ and link doc
directories of the rest binary packages to it (needs debhelper 7.4.2).
2010-12-26 19:05:21 +02:00
Modestas Vainius
daa238878d Install cmake documentation into /usr/share/doc/cmake-doc/
Used to be /usr/share/doc/cmake-docs/: a leftover from cmake-docs -> cmake-doc
rename. (LP: #669197)
2010-12-26 13:53:52 +02:00
Kai Wasserbäch
ccdfdf47a6 Renamed cmake-docs to cmake-doc.
Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>
2010-07-02 21:32:45 +02:00