aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/go/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index fc1ac843917..1d995c7f5bf 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -99,6 +99,8 @@ ifeq ($(VERSION),$(DEVEL_VERSION))
$(error Invalid release version: $(VERSION). Try 'git checkout vX.Y.Z' or 'env VERSION=X.Y.Z make ...')
endif
+install-all: all manpages
+
#
# Development targets
#