From 208b9a6b6b250295759d3ef7d379b7b498144f4a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 25 Jun 2018 13:37:17 -0400 Subject: Add podman-image and podman-container man page links podman image and podman container have alternate CLI to standard CLI for a lot of commands. The man pages can be shared between both. This patch adds links so that of some executes `podman image load`, they will actually see the `podman load` man page. Signed-off-by: Daniel J Walsh Closes: #993 Approved by: mheon --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ab8443a4..269ba4f21 100644 --- a/Makefile +++ b/Makefile @@ -197,6 +197,7 @@ install.man: docs install ${SELINUXOPT} -d -m 755 $(MANDIR)/man5 install ${SELINUXOPT} -m 644 $(filter %.1,$(MANPAGES)) -t $(MANDIR)/man1 install ${SELINUXOPT} -m 644 $(filter %.5,$(MANPAGES)) -t $(MANDIR)/man5 + install ${SELINUXOPT} -m 644 docs/links/*1 -t $(MANDIR)/man1 install.config: install ${SELINUXOPT} -D -m 644 libpod.conf ${SHAREDIR_CONTAINERS}/libpod.conf -- cgit v1.2.3-54-g00ecf