docs: call make resources before make all

Should fix the issue where `make all` in the images directory can't wildcard files that don't exist yet.
This commit is contained in:
Krystine Sherwin 2023-11-01 13:29:40 +13:00
parent 8fad77bd0f
commit a283595798
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -971,6 +971,7 @@ docs/source/cmd/abc.rst: $(TARGETS) $(EXTRA_TARGETS)
PHONY: docs/gen_images docs/guidelines docs/usage
docs/gen_images:
$(Q) $(MAKE) -C docs/source/_images resources
$(Q) $(MAKE) -C docs/source/_images all
DOCS_GUIDELINE_FILES := GettingStarted CodingStyle