mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
tutor: install metadata files for tutor documents
This commit is contained in:
parent
f4e372c8ab
commit
6a9f2cdc68
@ -138,7 +138,7 @@ endforeach()
|
|||||||
file(GLOB_RECURSE RUNTIME_FILES
|
file(GLOB_RECURSE RUNTIME_FILES
|
||||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
rgb.txt
|
rgb.txt
|
||||||
*.vim *.dict *.py *.rb *.ps *.tutor)
|
*.vim *.dict *.py *.rb *.ps *.tutor *.tutor.json)
|
||||||
|
|
||||||
foreach(F ${RUNTIME_FILES})
|
foreach(F ${RUNTIME_FILES})
|
||||||
get_filename_component(BASEDIR ${F} PATH)
|
get_filename_component(BASEDIR ${F} PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user