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>
This commit is contained in:
		
							parent
							
								
									ab3b6df130
								
							
						
					
					
						commit
						7801072851
					
				
							
								
								
									
										3
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										3
									
								
								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: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue