]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
reject messages if ORIGINAL_RECIPIENT is not specified
[public-inbox.git] / Makefile.PL
index e7aea949688e71638cf50b11b68106ba5d3c5310..5d3ee75c0133d40a04f76e250e512f8d93af600a 100644 (file)
@@ -15,13 +15,14 @@ WriteMakefile(
                'Email::MIME' => 0,
                'Email::MIME::ContentType' => 0,
                'Email::Filter' => 0,
+               'Email::Address' => 0,
        },
 );
 
 sub MY::postamble {
   <<'EOF';
 RSYNC_DEST = public-inbox.org:/srv/public-inbox/
-docs = README COPYING $(shell git ls-files Documentation/ '*.txt')
+docs = README COPYING INSTALL $(shell git ls-files Documentation/ '*.txt')
 gz_docs = $(addsuffix .gz, $(docs))
 %.gz: %
        gzip -9 --rsyncable < $< > $@+