diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-25 13:37:17 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-25 21:38:46 +0000 |
commit | 208b9a6b6b250295759d3ef7d379b7b498144f4a (patch) | |
tree | a010b6f47995f8631873524177a84b3b8107416f /Makefile | |
parent | b62b1cae4208b39bf9782483e2d24b5c8c29ef99 (diff) | |
download | podman-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |