Skip to content

Commit

Permalink
blds: fix manpages release
Browse files Browse the repository at this point in the history
  • Loading branch information
gesquive committed Mar 26, 2022
1 parent f147eab commit 86845a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ release-snapshot: ${GORELEASER} ## Cross compile and package to local disk
${GORELEASER} release --skip-publish --rm-dist --snapshot

.PHONY: release
release: ${GORELEASER} ## Cross compile and package the full distribution
release: docs ${GORELEASER} ## Cross compile and package the full distribution
${GORELEASER} release --rm-dist

.PHONY: fmt
Expand Down Expand Up @@ -158,4 +158,4 @@ release-docker: init-docker-build ## Build a multi-arch docker manifest and imag
.PHONY: docs
docs: ## Compile the documentation
mkdir -p docs/manpages
${GOCC} run -ldflags "-X main.version=${VERSION}" docs/generate_manpages.go docs/manpages
${GOCC} run -ldflags "-X main.version=${MK_VERSION}" docs/generate_manpages.go docs/manpages

0 comments on commit 86845a6

Please sign in to comment.