mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 15:42:52 +00:00
2
Makefile
2
Makefile
@@ -101,7 +101,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
helptags: | nvim
|
helptags: | nvim
|
||||||
+$(BUILD_CMD) -C build helptags
|
+$(BUILD_CMD) -C build runtime/doc/tags
|
||||||
|
|
||||||
# Builds help HTML _and_ checks for invalid help tags.
|
# Builds help HTML _and_ checks for invalid help tags.
|
||||||
helphtml: | nvim helptags
|
helphtml: | nvim helptags
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ add_custom_command(OUTPUT ${GENERATED_HELP_TAGS}
|
|||||||
add_custom_target(doc_html
|
add_custom_target(doc_html
|
||||||
COMMAND make html
|
COMMAND make html
|
||||||
DEPENDS
|
DEPENDS
|
||||||
helptags
|
${GENERATED_HELP_TAGS}
|
||||||
WORKING_DIRECTORY "${GENERATED_RUNTIME_DIR}/doc"
|
WORKING_DIRECTORY "${GENERATED_RUNTIME_DIR}/doc"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user