summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya R <arajan@redhat.com>2022-07-12 19:39:12 +0530
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:48:31 -0400
commited49f94112fcf87a1cde3913c63d4bf3616b8dde (patch)
tree4493f7b54317adb5465b6c9714e121f9556034c3
parent24bbd40cef23e9215311b9c7037c56e54612afec (diff)
downloadpodman-ed49f94112fcf87a1cde3913c63d4bf3616b8dde.tar.gz
podman-ed49f94112fcf87a1cde3913c63d4bf3616b8dde.tar.bz2
podman-ed49f94112fcf87a1cde3913c63d4bf3616b8dde.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 ad8fcbb51..61837ca72 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)))