From 5891b89835f16baa819abc8e2f7f9a010071b37f Mon Sep 17 00:00:00 2001 From: Alexander Huemer Date: Sun, 25 Jun 2017 09:14:30 +0200 Subject: GNUmakefile: Ensure creation of all MANDIR subdirectories --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a31cd4b..0058e81 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,6 +52,7 @@ check: FRC all install: FRC all mkdir -p $(DESTDIR)$(BINDIR) \ $(DESTDIR)$(MANDIR)/man1 \ + $(DESTDIR)$(MANDIR)/man5 \ $(DESTDIR)$(MANDIR)/man7 install -m0755 $(ALL) $(SCRIPT) $(DESTDIR)$(BINDIR) ln -sf mless $(DESTDIR)$(BINDIR)/mnext -- cgit 1.4.1