Skip to content

Commit

Permalink
fix(make): restore docsgen-cli target
Browse files Browse the repository at this point in the history
#12812 undid a change
that we made in #12717, this
commit restores it
  • Loading branch information
rvagg committed Jan 21, 2025
1 parent b83bf69 commit 0bba8a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0bba8a8

Please sign in to comment.