mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +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:
parent
8fad77bd0f
commit
a283595798
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue