From: Chuan-kai Lin <cklin@debian.org>
Date: Sun, 8 Sep 2019 14:47:42 -0700
Subject: Do not install upstream INSTALL instructions

Last-Update: 2019-09-08
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7748399..6b21a36 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ dist_man_MANS = doc/stow.8
 PDF = doc/manual.pdf
 HTML = doc/manual-single.html
 dist_doc_DATA = \
-	README.md INSTALL.md \
+	README.md \
 	$(PDF) $(HTML) doc/version.texi \
 	ChangeLog doc/ChangeLog.OLD
 
