mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
build: move man/ to src/man/ #19119
Problem: man/ contains source files for manpage generation, it doesn't need to live at the project root. Solution: Move it to src/man/.
This commit is contained in:
parent
8c2b870544
commit
eab8b998e9
@ -444,7 +444,7 @@ if(TS_HAS_SET_ALLOCATOR)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNVIM_TS_HAS_SET_ALLOCATOR")
|
||||
endif()
|
||||
|
||||
# Note: The test lib requires LuaJIT; it will be skipped if LuaJIT is missing.
|
||||
# The unit test lib requires LuaJIT; it will be skipped if LuaJIT is missing.
|
||||
option(PREFER_LUA "Prefer Lua over LuaJIT in the nvim executable." OFF)
|
||||
|
||||
if(PREFER_LUA)
|
||||
@ -641,7 +641,7 @@ endif()
|
||||
include(InstallHelpers)
|
||||
|
||||
install_helper(
|
||||
FILES ${CMAKE_SOURCE_DIR}/man/nvim.1
|
||||
FILES ${CMAKE_SOURCE_DIR}/src/man/nvim.1
|
||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
||||
|
||||
#
|
||||
|
@ -5,6 +5,7 @@
|
||||
"globals": [
|
||||
"vim",
|
||||
"describe",
|
||||
"pending",
|
||||
"it",
|
||||
"before_each",
|
||||
"after_each",
|
||||
|
Loading…
Reference in New Issue
Block a user