Browse Source

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.
Davin McCall 6 years ago
parent
commit
f6b7790e12
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/manpages/Makefile

+ 2 - 0
doc/manpages/Makefile

@@ -1,3 +1,5 @@
+include ../../mconfig
+
 install:
 	mkdir -p "$(DESTDIR)$(MANDIR)/man8"
 	install dinit.8 dinitctl.8 "$(DESTDIR)$(MANDIR)/man8"