From 6c7756b3524aacc08146e226cba0d054cc7c6d76 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 8 Dec 2016 14:15:29 -0500 Subject: [PATCH] Makefile: fix the creation of man5 Signed-off-by: Vincent Batts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd75bc26..0efb696c 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ install: install -D -m 755 ocic $(BINDIR)/ocic install -D -m 755 conmon/conmon $(LIBEXECDIR)/ocid/conmon install -D -m 755 pause/pause $(LIBEXECDIR)/ocid/pause - install -d -m 755 $(MANDIR)/man{1,4,8} + install -d -m 755 $(MANDIR)/man{1,5,8} install -m 644 $(filter %.1,$(MANPAGES)) -t $(MANDIR)/man1 install -m 644 $(filter %.5,$(MANPAGES)) -t $(MANDIR)/man5 install -m 644 $(filter %.8,$(MANPAGES)) -t $(MANDIR)/man8