3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Makefile: Stop unconditionally install docs prereqs

This commit is contained in:
Krystine Sherwin 2024-08-23 12:36:41 +12:00
parent 2e1335a023
commit 0b53b10770
No known key found for this signature in database

View file

@ -1010,7 +1010,7 @@ docs/reqs:
$(Q) $(MAKE) -C docs reqs
DOC_TARGET ?= html
docs: docs/source/cmd/abc.rst docs/gen_examples docs/gen_images docs/guidelines docs/usage docs/reqs
docs: docs/source/cmd/abc.rst docs/gen_examples docs/gen_images docs/guidelines docs/usage
$(Q) $(MAKE) -C docs $(DOC_TARGET)
clean: