summaryrefslogtreecommitdiffstats
path: root/utils/podman/patches/010-do-not-build-docs.patch
blob: 503c77b8adab0bad6dd3280774ac026555871ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,7 @@ GVPROXY_VERSION=$(shell $(GO) list -m -f
 default: all
 
 .PHONY: all
-all: binaries docs
+all: binaries
 
 .PHONY: binaries
 ifeq ($(GOOS),freebsd)
@@ -868,7 +868,7 @@ rpm-install: package  ## Install rpm pac
 	/usr/bin/podman info  # will catch a broken conmon
 
 .PHONY: install
-install: install.bin install.remote install.man install.systemd  ## Install binaries to system locations
+install: install.bin install.remote install.systemd  ## Install binaries to system locations
 
 .PHONY: install.remote
 install.remote: