diff options
author | Alexander Huemer <alexander.huemer@xx.vu> | 2017-06-25 09:14:30 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-06-25 15:48:55 +0200 |
commit | 5891b89835f16baa819abc8e2f7f9a010071b37f (patch) | |
tree | 00ae90f53a51d994f1d60a252b22d5a18214fe66 /GNUmakefile | |
parent | 880f08417715dc5e37662b7cc7dde08b9ff2695e (diff) | |
download | mblaze-5891b89835f16baa819abc8e2f7f9a010071b37f.tar.gz mblaze-5891b89835f16baa819abc8e2f7f9a010071b37f.tar.xz mblaze-5891b89835f16baa819abc8e2f7f9a010071b37f.zip |
GNUmakefile: Ensure creation of all MANDIR subdirectories
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |