ifctester - move build-ids-docs target to ifctester Makefile

Also added a note why it lives in test folder and added it's output to gitignore.
This commit is contained in:
Andrej730
2026-03-20 13:32:32 +05:00
parent 1778656bd5
commit bcf6f6197d
4 changed files with 17 additions and 4 deletions
-4
View File
@@ -79,10 +79,6 @@ test-parallel:
test-mathutils:
pytest -p no:pytest-blender test/util/test_shape_builder.py
.PHONY: build-ids-docs
build-ids-docs:
mkdir -p test/build
cd test && python ids_doc_generator.py
.PHONY: qa
qa: