mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
install tutorial files #3180
This commit is contained in:
parent
90ef218610
commit
4912dcf3c7
@ -85,7 +85,7 @@ install_nvim() {
|
|||||||
|
|
||||||
# Check that all runtime files were installed
|
# Check that all runtime files were installed
|
||||||
for file in doc/tags syntax/vim/generated.vim $(
|
for file in doc/tags syntax/vim/generated.vim $(
|
||||||
cd runtime ; git ls-files | grep -e '.vim$' -e '.ps$' -e '.dict$' -e '.py$'
|
cd runtime ; git ls-files | grep -e '.vim$' -e '.ps$' -e '.dict$' -e '.py$' -e '.tutor$'
|
||||||
) ; do
|
) ; do
|
||||||
if ! test -e "${INSTALL_PREFIX}/share/nvim/runtime/$file" ; then
|
if ! test -e "${INSTALL_PREFIX}/share/nvim/runtime/$file" ; then
|
||||||
echo "It appears that $file is not installed."
|
echo "It appears that $file is not installed."
|
||||||
|
@ -80,7 +80,7 @@ endforeach()
|
|||||||
|
|
||||||
file(GLOB_RECURSE RUNTIME_FILES
|
file(GLOB_RECURSE RUNTIME_FILES
|
||||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
*.vim *.dict *.py *.ps)
|
*.vim *.dict *.py *.ps *.tutor)
|
||||||
list(APPEND RUNTIME_FILES macros/dvorak)
|
list(APPEND RUNTIME_FILES macros/dvorak)
|
||||||
|
|
||||||
foreach(F ${RUNTIME_FILES})
|
foreach(F ${RUNTIME_FILES})
|
||||||
|
Loading…
Reference in New Issue
Block a user