X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Makefile.PL;h=b2fbb18fda4e52d8de62e75213344be94dca810d;hp=e7aea949688e71638cf50b11b68106ba5d3c5310;hb=329736d51862b767cdaecf5c13a53e642164fbae;hpb=12d6fe4fb1ba498504a9102bb43fa944654a0170 diff --git a/Makefile.PL b/Makefile.PL index e7aea949..b2fbb18f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,7 +21,7 @@ WriteMakefile( 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 < $< > $@+