From f6b7790e123d3448b15c0146e33cba7ead7f4025 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Mon, 15 Jan 2018 18:17:32 +0000 Subject: [PATCH] make install: put manpages in correct directory. Earlier fix forgot to include the mconfig file, meaning that DESTDIR/MANDIR were not defined unless set on build command line. --- doc/manpages/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manpages/Makefile b/doc/manpages/Makefile index 46d95c6..ac0311d 100644 --- a/doc/manpages/Makefile +++ b/doc/manpages/Makefile @@ -1,3 +1,5 @@ +include ../../mconfig + install: mkdir -p "$(DESTDIR)$(MANDIR)/man8" install dinit.8 dinitctl.8 "$(DESTDIR)$(MANDIR)/man8" -- 2.25.1