X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/0e393d5044d1e68e17d91385b70d5cd6b27f8438..83f6dbe8135dc38ce4ac497ebea7f0ebc87d9199:/hostinfo.tproj/Makefile.postamble diff --git a/hostinfo.tproj/Makefile.postamble b/hostinfo.tproj/Makefile.postamble index 36381d4..aa28ee4 100644 --- a/hostinfo.tproj/Makefile.postamble +++ b/hostinfo.tproj/Makefile.postamble @@ -120,3 +120,10 @@ # # Note: on MS Windows, executables, have an extension, so rules and dependencies # for generated tools should use $(EXECUTABLE_EXT) on the end. + +SHAREDIR = /usr/share +MANDIR = $(SHAREDIR)/man/man8 + +install-man-pages: + $(MKDIRS) $(DSTROOT)$(MANDIR) + install -c -m 444 hostinfo.8 $(DSTROOT)$(MANDIR)/hostinfo.8