Makefile: Add cmds.json to docs/prep

This commit is contained in:
Krystine Sherwin 2025-01-13 15:22:01 +13:00
parent 60ecdab852
commit 68bbc2a34e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ docs/reqs:
$(Q) $(MAKE) -C docs reqs
.PHONY: docs/prep
docs/prep: docs/source/cmd/abc.rst docs/source/generated/cells.json docs/gen docs/usage
docs/prep: docs/source/cmd/abc.rst docs/source/generated/cells.json docs/source/generated/cmds.json docs/gen docs/usage
DOC_TARGET ?= html
docs: docs/prep