X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46035648b01cf0b4fc4eefd850c0b8e777a33cc0..35eca0e753a19a3c08f1b37097dba32b844fe296:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 19519569..a056b24b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,6 +68,7 @@ TESTS = test/ali/test-ali test/anno/test-anno \ test/mhfixmsg/test-mhfixmsg \ test/mhlist/test-mhlist test/mhmail/test-mhmail \ test/mhparam/test-mhparam test/mhpath/test-mhpath \ + test/mhshow/test-charset \ test/mhshow/test-cte-binary test/mhshow/test-qp \ test/mhshow/test-subpart test/mhshow/test-msg-buffer-boundaries \ test/mhstore/test-mhstore test/new/test-basic \ @@ -583,6 +584,7 @@ man/man.sed: Makefile @echo 's,%nmhwarning%,THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT.,g' > $@ @echo 's,%nmhversion%,nmh-$(VERSION),g' >> $@ @echo 's,%bindir%,$(bindir),g' >> $@ + @echo 's,%docdir%,$(docdir),g' >> $@ @echo 's,%etcdir%,$(sysconfdir),g' >> $@ @echo 's,%libdir%,$(libdir),g' >> $@ @echo 's,%mandir%,$(mandir),g' >> $@