X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aa520b835b4f260ecd8da6ed8fe2d5dfa845c44e..2b63c01aa93210f7c6b812c135173812793c7176:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 265bef62..e68973d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -174,7 +174,8 @@ dist_doc_DATA = COPYRIGHT VERSION docs/COMPLETION-BASH docs/COMPLETION-TCSH \ ## Contribs that get installed in docdir/contrib/ ## contribdir = $(docdir)/contrib -dist_contrib_DATA = docs/contrib/nmh.spec docs/contrib/replyfilter +dist_contrib_DATA = docs/contrib/nmh.spec docs/contrib/replyfilter \ + docs/contrib/build_nmh ## ## Our man pages @@ -429,7 +430,7 @@ install-exec-hook: ln $(DESTDIR)$(bindir)/show$(EXEEXT) $(DESTDIR)$(bindir)/prev$(EXEEXT) ln $(DESTDIR)$(bindir)/show$(EXEEXT) $(DESTDIR)$(bindir)/next$(EXEEXT) if test x$(SETGID_MAIL) != x; then \ - chgrp $(MAIL_SPOOL_GRP) $(DESTDIR)$(bindir)/inc$(EXEEXT); \ + chgrp $(MAIL_SPOOL_GRP) $(DESTDIR)$(bindir)/inc$(EXEEXT) && \ chmod 2755 $(DESTDIR)$(bindir)/inc$(EXEEXT); \ fi