GNUmakefile: Ensure creation of all MANDIR subdirectories

pull/41/head
Alexander Huemer 7 years ago committed by Leah Neukirchen
parent 880f084177
commit 5891b89835

@ -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

Loading…
Cancel
Save