aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-21 13:43:54 -0400
committerGitHub <noreply@github.com>2020-07-21 13:43:54 -0400
commit0291928abb27aceda429088eede903604a1e9bbd (patch)
tree4f6efed902d338c8b8eb7fdb79247b29e2551e9a /Makefile
parent1b8d0e454353224a571bcec7d37240140ec7917f (diff)
parent330e9144bd49a090484ade39339b3c3453253105 (diff)
downloadpodman-0291928abb27aceda429088eede903604a1e9bbd.tar.gz
podman-0291928abb27aceda429088eede903604a1e9bbd.tar.bz2
podman-0291928abb27aceda429088eede903604a1e9bbd.zip
Merge pull request #7033 from rhatdan/v2.0
[2.0] Switch references from libpod.conf to containers.conf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12e68350e..bfb34f3ab 100644
--- a/Makefile
+++ b/Makefile
@@ -274,6 +274,7 @@ clean: ## Clean artifacts
libpod/container_easyjson.go \
libpod/pod_easyjson.go \
docs/build
+ make -C docs clean
.PHONY: libpodimage
libpodimage: ## Build the libpod image