diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:08:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:08:39 +0000 |
commit | ea364971af7b760f9e901aca58b979ed158ee60f (patch) | |
tree | eae97dcc31bbc637b75a42f35eb605dcacb73367 /Makefile.in | |
parent | Adding upstream version 0.4. (diff) | |
download | xlunzip-ea364971af7b760f9e901aca58b979ed158ee60f.tar.xz xlunzip-ea364971af7b760f9e901aca58b979ed158ee60f.zip |
Adding upstream version 0.5.upstream/0.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index cb47e49..7bf71b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -119,8 +119,11 @@ dist : doc $(DISTNAME)/*.c \ $(DISTNAME)/testsuite/check.sh \ $(DISTNAME)/testsuite/test.txt \ + $(DISTNAME)/testsuite/fox.lz \ + $(DISTNAME)/testsuite/fox_*.lz \ + $(DISTNAME)/testsuite/zero.lz \ $(DISTNAME)/testsuite/test.txt.lz \ - $(DISTNAME)/testsuite/zero.lz + $(DISTNAME)/testsuite/test_em.txt.lz rm -f $(DISTNAME) lzip -v -9 $(DISTNAME).tar |