aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2022-09-22 10:03:38 -0400
committerGitHub <noreply@github.com>2022-09-22 10:03:38 -0400
commita867aa45f70e48cfad9f56657f8d2ec3c8fed153 (patch)
treef9642f932f407d72df963ba998b645526f6eb1f5 /Makefile
parent11f91ac304e7f4d96b8c5f7e056bf941da32466b (diff)
parent09b64d75bd92a95d89c4f39f9df7918760abe98d (diff)
downloadrneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.tar.gz
rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.tar.bz2
rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.zip
Merge #11967 generate :help HTML with treesitter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c071338435..8322e0f3cf 100644
--- a/Makefile
+++ b/Makefile
@@ -127,13 +127,6 @@ endif
src/nvim/testdir/%.vim: phony_force
+$(SINGLE_MAKE) -C src/nvim/testdir NVIM_PRG=$(NVIM_PRG) SCRIPTS= $(MAKEOVERRIDES) $(patsubst src/nvim/testdir/%.vim,%,$@)
-build/runtime/doc/tags helptags: | nvim
- +$(BUILD_TOOL) -C build runtime/doc/tags
-
-# Builds help HTML _and_ checks for invalid help tags.
-helphtml: | nvim build/runtime/doc/tags
- +$(BUILD_TOOL) -C build doc_html
-
functionaltest functionaltest-lua unittest benchmark: | nvim
$(BUILD_TOOL) -C build $@