]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
add preliminary INSTALL documentation
[public-inbox.git] / Makefile.PL
index e7aea949688e71638cf50b11b68106ba5d3c5310..b2fbb18fda4e52d8de62e75213344be94dca810d 100644 (file)
@@ -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 < $< > $@+