Skip to content

Commit 0bba8a8

Browse files
committed
fix(make): restore docsgen-cli target
#12812 undid a change that we made in #12717, this commit restores it
1 parent b83bf69 commit 0bba8a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,7 @@ snap: lotus lotus-miner lotus-worker ## Build snap package
348348
snapcraft
349349
# snapcraft upload ./lotus_*.snap
350350

351-
# separate from gen because it needs binaries
352-
docsgen-cli: lotus lotus-miner lotus-worker ## Generate CLI documentation
351+
docsgen-cli: ## Generate CLI documentation
353352
$(GOCC) run ./scripts/docsgen-cli
354353
.PHONY: docsgen-cli
355354

0 commit comments

Comments
 (0)