aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@verizonmedia.com>2021-12-01 15:24:20 +0100
committerGitHub <noreply@github.com>2021-12-01 15:24:20 +0100
commitc10917672ef65303eb758fbe5a38a69f941523c6 (patch)
treeefe1f49b762e4b764c1201cef80eccf463d4bdbd /client
parentb9209c8c827a50a87ed87835b89166202cdef7dc (diff)
parentf2bead5bf5e5fc7ea1e76ada2725bd21a30eb188 (diff)
Merge pull request #20314 from vespa-engine/hakonhall/install-manual-pages-in-vespa-clients-rpm
Install manual pages in vespa-clients RPM
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
#