diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-11-02 10:34:13 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-11-02 10:34:13 +0100 |
commit | 1cfd90f581b8a2870835b5d11eb393ded21ba262 (patch) | |
tree | 9e4eae4630b9b706ebb9a4b018b95554dc745495 /Makefile.am | |
parent | aa40b96c1add88b26be2056322b6ef31b143b02a (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |