aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2021-12-01 13:08:54 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2021-12-01 13:08:54 +0100
commitf2bead5bf5e5fc7ea1e76ada2725bd21a30eb188 (patch)
tree6c7f58c65cef421b4588c8b1081c31da53fe8d13 /client
parent2196529fdefa88bb1fdc6d676b9045d69c5373aa (diff)
Also install manpages
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 58d15e9c139..bc4a60f61db 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
#