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
1 changed files with 1 additions and 1 deletions

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: