summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-06-25 13:37:17 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-25 21:38:46 +0000
commit208b9a6b6b250295759d3ef7d379b7b498144f4a (patch)
treea010b6f47995f8631873524177a84b3b8107416f /Makefile
parentb62b1cae4208b39bf9782483e2d24b5c8c29ef99 (diff)
downloadpodman-208b9a6b6b250295759d3ef7d379b7b498144f4a.tar.gz
podman-208b9a6b6b250295759d3ef7d379b7b498144f4a.tar.bz2
podman-208b9a6b6b250295759d3ef7d379b7b498144f4a.zip
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 <dwalsh@redhat.com> Closes: #993 Approved by: mheon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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