From 1cfd90f581b8a2870835b5d11eb393ded21ba262 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 2 Nov 2020 10:34:13 +0100 Subject: Remove package scripts from release tarballs Some of the build scripts contain hashes of the release tarballs. When releasing a new version, in addition to bumping all the version numbers, this would require the amazing stunt of putting the hashes of the release tarball into the release tarball itself, for a number of different hash algorithms. Signed-off-by: David Oberhollenzer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d21a3ba..99e90a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ check_SCRIPTS = pkgconfig_DATA = EXTRA_DIST = autogen.sh README.md CHANGELOG.md COPYING.md mkwinbins.sh licenses -EXTRA_DIST += doc packages +EXTRA_DIST += doc TESTS = include lib/zlib/Makemodule.am -- cgit v1.2.3