3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

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

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