summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya R <arajan@redhat.com>2022-07-12 20:07:38 +0530
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:48:37 -0400
commit3aec669e975c662147e96a8160197d7f99c9194b (patch)
tree65689f1151ea46ff6d1bc11a702c35559d4e3936
parented49f94112fcf87a1cde3913c63d4bf3616b8dde (diff)
downloadpodman-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--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 61837ca72..27a961574 100644
--- a/Makefile
+++ b/Makefile
@@ -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