summaryrefslogtreecommitdiff
path: root/cmake/install_layout.cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jperkin@sun.com>2010-02-24 19:19:24 +0000
committerJonathan Perkin <jperkin@sun.com>2010-02-24 19:19:24 +0000
commit46b22d5e5df9aade9147487cc6d1e06c0203d58b (patch)
tree50f66da5147af74897064d2c984003ad1f9ea2b3 /cmake/install_layout.cmake
parenta54c49b074b72c974b7769f3bd1e9d95a0b7d5bf (diff)
downloadmariadb-git-46b22d5e5df9aade9147487cc6d1e06c0203d58b.tar.gz
Some CMake packaging fixes:
- Remove INSTALL-BINARY from installed docs directory, we provide a copy in the root directory (but perhaps this should be revisited later). - Disable audit_null and daemon_example plugins. - Fix the docs directory. - Remove mysql-test/Makefile.in - Build and install mysql_tzinfo_to_sql - Remove share/charsets/languages.html
Diffstat (limited to 'cmake/install_layout.cmake')
-rwxr-xr-xcmake/install_layout.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index 7a0d34d6a17..92eebebd4e2 100755
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -80,7 +80,7 @@ ENDIF()
SET(INSTALL_LIBDIR_STANDALONE "lib")
SET(INSTALL_INCLUDEDIR_STANDALONE "include")
SET(INSTALL_PLUGINDIR_STANDALONE "lib/plugin")
- SET(INSTALL_DOCDIR_STANDALONE "doc")
+ SET(INSTALL_DOCDIR_STANDALONE "docs")
SET(INSTALL_MANDIR_STANDALONE "man")
SET(INSTALL_MYSQLSHAREDIR_STANDALONE "share")
SET(INSTALL_SHAREDIR_STANDALONE "share")