do not build man page with binary
This commit is contained in:
parent
99846f4e74
commit
e605ef63cd
|
|
@ -37,7 +37,7 @@ COMMIT:=$(shell git rev-parse --short HEAD || echo 0)
|
||||||
|
|
||||||
# Makefile targets follow.
|
# Makefile targets follow.
|
||||||
|
|
||||||
all: man build
|
all: build
|
||||||
|
|
||||||
# Prepare a release. Called in Travis CI.
|
# Prepare a release. Called in Travis CI.
|
||||||
release: clean vendor test macos arm windows linux_packages
|
release: clean vendor test macos arm windows linux_packages
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue