1
0
mirror of synced 2026-04-28 21:09: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

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: