From 8496e8287db2db2cddbeefa5062e78d1a54c96f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 22 Jan 2020 20:14:40 +0100 Subject: [PATCH] Fix source tarball creation following removal of license.txt --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index b086f007..7decbe36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,7 @@ SUBDIRS = src doc ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = \ - license.txt \ - COPYING +EXTRA_DIST = COPYING dist-hook: rm -rf `find $(distdir) -name '.git*'`