docs(generators): bake into cmake

This commit is contained in:
Lewis Russell
2023-08-17 11:14:58 +01:00
committed by Lewis Russell
parent 21152f7905
commit 2234b84a1b
7 changed files with 89 additions and 29 deletions

View File

@ -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)