about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-01-09 22:46:39 +0000
committerEric Wong <e@80x24.org>2014-01-09 22:50:06 +0000
commit329736d51862b767cdaecf5c13a53e642164fbae (patch)
treeaac2252ece2a0d21e2b934096b2364266230f8f4 /Makefile.PL
parent12d6fe4fb1ba498504a9102bb43fa944654a0170 (diff)
downloadpublic-inbox-329736d51862b767cdaecf5c13a53e642164fbae.tar.gz
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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 < $< > $@+