diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-09-22 10:03:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-22 10:03:38 -0400 |
| commit | a867aa45f70e48cfad9f56657f8d2ec3c8fed153 (patch) | |
| tree | f9642f932f407d72df963ba998b645526f6eb1f5 /Makefile | |
| parent | 11f91ac304e7f4d96b8c5f7e056bf941da32466b (diff) | |
| parent | 09b64d75bd92a95d89c4f39f9df7918760abe98d (diff) | |
| download | rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.tar.gz rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.tar.bz2 rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.zip | |
Merge #11967 generate :help HTML with treesitter
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 $@ |