diff options
author | Aditya R <arajan@redhat.com> | 2022-07-12 20:07:38 +0530 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-07-26 13:48:37 -0400 |
commit | 3aec669e975c662147e96a8160197d7f99c9194b (patch) | |
tree | 65689f1151ea46ff6d1bc11a702c35559d4e3936 | |
parent | ed49f94112fcf87a1cde3913c63d4bf3616b8dde (diff) | |
download | podman-3aec669e975c662147e96a8160197d7f99c9194b.tar.gz podman-3aec669e975c662147e96a8160197d7f99c9194b.tar.bz2 podman-3aec669e975c662147e96a8160197d7f99c9194b.zip |
Makefile: remove building pages for man5
[NO NEW TESTS NEEDED]
[NO TESTS NEEDED]
Signed-off-by: Aditya R <arajan@redhat.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -776,9 +776,7 @@ install.modules-load: # This should only be used by distros which might use ipta .PHONY: install.man install.man: install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(MANDIR)/man1 - install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(MANDIR)/man5 install ${SELINUXOPT} -m 644 $(filter %.1,$(MANPAGES_DEST)) $(DESTDIR)$(MANDIR)/man1 - install ${SELINUXOPT} -m 644 $(filter %.5,$(MANPAGES_DEST)) $(DESTDIR)$(MANDIR)/man5 install ${SELINUXOPT} -m 644 docs/source/markdown/links/*1 $(DESTDIR)$(MANDIR)/man1 .PHONY: install.completions |