From abff3730fe5be92164dd00dfc36ebc60a73f233c Mon Sep 17 00:00:00 2001
From: rbuj <robert.buj@gmail.com>
Date: Tue, 10 Sep 2019 17:31:26 +0200
Subject: build: Remove rationales.txt from EXTRA_DIST target

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 6d4b415c..a341a411 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = po src doc
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-EXTRA_DIST = its autogen.sh HACKING rationales.txt
+EXTRA_DIST = its autogen.sh HACKING
 
 DISTCLEANFILES = po/stamp-it
 
-- 
cgit v1.2.1