aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-05-17 14:45:30 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-17 14:57:43 -0400
commitaa1d9a1807198bfb17f0da38164aeed260db8713 (patch)
treebba97b34c46c79d1804b76b6c1017c3a490a530c /src
parentd9acfbd471403a4f11ad050665633d3311a462d9 (diff)
downloadrneovim-aa1d9a1807198bfb17f0da38164aeed260db8713.tar.gz
rneovim-aa1d9a1807198bfb17f0da38164aeed260db8713.tar.bz2
rneovim-aa1d9a1807198bfb17f0da38164aeed260db8713.zip
Build: Use GNUInstallDirs, install man pages #2649
For now, only install man pages matching "nvim*.1": we don't want to install xxd.1 as it might conflict with that of a user's Vim installation. closes #1826 Reviewed-by: Florian Walch <florian@fwalch.com> Helped-by: John Szakmeister <john@szakmeister.net>
Diffstat (limited to 'src')
-rw-r--r--src/nvim/po/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/po/CMakeLists.txt b/src/nvim/po/CMakeLists.txt
index 443f3c6595..243ac19b33 100644
--- a/src/nvim/po/CMakeLists.txt
+++ b/src/nvim/po/CMakeLists.txt
@@ -72,7 +72,7 @@ if(HAVE_WORKING_LIBINTL AND GETTEXT_FOUND AND XGETTEXT_PRG AND ICONV_PRG)
install_helper(
FILES ${moFile}
- DESTINATION share/locale/${name}/LC_MESSAGES
+ DESTINATION ${CMAKE_INSTALL_LOCALEDIR}/${name}/LC_MESSAGES
RENAME nvim.mo)
list(APPEND LANGUAGE_MO_FILES ${moFile})