aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-08-17 11:14:58 +0100
committerLewis Russell <me@lewisr.dev>2023-08-23 12:16:04 +0100
commit2234b84a1b85832667ad4a23fd5dee0bd1c92b72 (patch)
tree3160214ddb7873708fd8508ed5345edd0b5abd7e /Makefile
parent21152f7905b5e2f472b1a745109f6316a7e5994d (diff)
downloadrneovim-2234b84a1b85832667ad4a23fd5dee0bd1c92b72.tar.gz
rneovim-2234b84a1b85832667ad4a23fd5dee0bd1c92b72.tar.bz2
rneovim-2234b84a1b85832667ad4a23fd5dee0bd1c92b72.zip
docs(generators): bake into cmake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1489a37c72..012a4f07fa 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ functionaltest-lua: | nvim
FORMAT=formatc formatlua format
LINT=lintlua lintsh lintc clang-tidy lintcommit lint
TEST=functionaltest unittest
-generated-sources benchmark $(FORMAT) $(LINT) $(TEST) api-metadata: | build/.ran-cmake
+generated-sources benchmark $(FORMAT) $(LINT) $(TEST) doc: | build/.ran-cmake
$(CMAKE_PRG) --build build --target $@
test: $(TEST)