aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya R <arajan@redhat.com>2022-07-12 19:39:12 +0530
committerAditya R <arajan@redhat.com>2022-07-20 21:58:01 +0530
commit19495b9fc427632d8c2e4cc3a00556214befd411 (patch)
tree7913c8764d0b240518ff22f9f85870c0b7040d33
parentf649851350a11c5de384ab26a7bc86d9c22fdf72 (diff)
downloadpodman-19495b9fc427632d8c2e4cc3a00556214befd411.tar.gz
podman-19495b9fc427632d8c2e4cc3a00556214befd411.tar.bz2
podman-19495b9fc427632d8c2e4cc3a00556214befd411.zip
makefile: remove processing of pkg/docs
Since no pkg now containers this path [NO NEW TESTS NEEDED] [NO TESTS NEEDED] Signed-off-by: Aditya R <arajan@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dc173400..dd9aeee4a 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_gr
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)
OCI_RUNTIME ?= ""
-MANPAGES_MD ?= $(wildcard docs/source/markdown/*.md pkg/*/docs/*.md)
+MANPAGES_MD ?= $(wildcard docs/source/markdown/*.md)
MANPAGES ?= $(MANPAGES_MD:%.md=%)
MANPAGES_DEST ?= $(subst markdown,man, $(subst source,build,$(MANPAGES)))