aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAditya R <arajan@redhat.com>2022-07-12 20:07:38 +0530
committerAditya R <arajan@redhat.com>2022-07-20 21:58:04 +0530
commit013300a7c08e362255aebd394a3c4aa0e878afb5 (patch)
treeec1699daca0396bb870aafab8b2dbb547a24ada0 /Makefile
parent19495b9fc427632d8c2e4cc3a00556214befd411 (diff)
downloadpodman-013300a7c08e362255aebd394a3c4aa0e878afb5.tar.gz
podman-013300a7c08e362255aebd394a3c4aa0e878afb5.tar.bz2
podman-013300a7c08e362255aebd394a3c4aa0e878afb5.zip
Makefile: remove building pages for man5
[NO NEW TESTS NEEDED] [NO TESTS NEEDED] Signed-off-by: Aditya R <arajan@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd9aeee4a..0f933ed40 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