From d842b7ec1654ed75a3e1e362704e361f9504137d Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 21 Jan 2025 23:02:09 +1100 Subject: [PATCH] fix(make): restore docsgen-cli target (#12836) https://github.com/filecoin-project/lotus/pull/12812 undid a change that we made in https://github.com/filecoin-project/lotus/pull/12717, this commit restores it --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ea9dcf1fec..6fabbb2b3e3 100644 --- a/Makefile +++ b/Makefile @@ -348,8 +348,7 @@ snap: lotus lotus-miner lotus-worker ## Build snap package snapcraft # snapcraft upload ./lotus_*.snap -# separate from gen because it needs binaries -docsgen-cli: lotus lotus-miner lotus-worker ## Generate CLI documentation +docsgen-cli: ## Generate CLI documentation $(GOCC) run ./scripts/docsgen-cli .PHONY: docsgen-cli