summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2021-03-31 00:35:26 +0200
committerMorten Linderud <morten@linderud.pw>2021-03-31 16:38:06 +0200
commit7801072851315cd1409d5d82a5e649659aa06b79 (patch)
tree093ada473c63aa1540104ff1b350f2b9457b44ba /Makefile
parentab3b6df130f5ce21b126a666f5df3bd85aaf4c46 (diff)
downloadpodman-7801072851315cd1409d5d82a5e649659aa06b79.tar.gz
podman-7801072851315cd1409d5d82a5e649659aa06b79.tar.bz2
podman-7801072851315cd1409d5d82a5e649659aa06b79.zip
Makefile: introduce install.docker-full
The split of install.docker and install.docker-docs makes some sense but there should be some way to specify both for packagers. This introduces `make install.docker-full` which installs both the docker binary and the documentation. Signed-off-by: Morten Linderud <morten@linderud.pw>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c7a91c27e..705ac4ded 100644
--- a/Makefile
+++ b/Makefile
@@ -558,6 +558,9 @@ install.docker-docs-nobuild:
.PHONY: install.docker-docs
install.docker-docs: docker-docs install.docker-docs-nobuild
+.PHONY: install.docker-full
+install.docker-full: install.docker install.docker-docs
+
.PHONY: install.systemd
ifneq (,$(findstring systemd,$(BUILDTAGS)))
install.systemd: