summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-03-25 13:16:13 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-03-25 13:16:13 +0100
commit127bdb6eda8ea594d31802409d635b37fe60ae96 (patch)
tree6918ba86a1c341d8e5ca979b4c57f47518ff9c4f /cmake
parent5fd878c3f0df927f9f7dbb2ffffd1697061eb177 (diff)
downloadmariadb-git-127bdb6eda8ea594d31802409d635b37fe60ae96.tar.gz
Don't install documentation when INSTALL_LAYOUT=RPM, as the spec file
prefers to take docs directly from the source tree.
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/install_layout.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index 1919aacfe43..8640d8ec315 100755
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -121,8 +121,8 @@ ENDIF()
SET(INSTALL_SBINDIR_RPM "sbin")
SET(INSTALL_SHAREDIR_RPM "share")
#
-SET(INSTALL_DOCDIR_RPM "${INSTALL_SHAREDIR_RPM}/mysql/doc/MySQL-server-${MYSQL_NO_DASH_VERSION}")
-SET(INSTALL_DOCREADMEDIR_RPM "${INSTALL_DOCDIR_RPM}")
+#SET(INSTALL_DOCDIR_RPM "XXXunset")
+#SET(INSTALL_DOCREADMEDIR_RPM "${INSTALL_DOCDIR_RPM}")
SET(INSTALL_INFODIR_RPM "${INSTALL_SHAREDIR_RPM}/info")
SET(INSTALL_MANDIR_RPM "${INSTALL_SHAREDIR_RPM}/man")
SET(INSTALL_MYSQLDATADIR_RPM "var")