Skip to content

Commit

Permalink
Makefile: introduce install.docker-full
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Foxboron authored and mheon committed Apr 16, 2021
1 parent f78d8d9 commit 49a6e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,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:
Expand Down

0 comments on commit 49a6e32

Please sign in to comment.