Skip to content

Commit 8949d9f

Browse files
committed
Distribute archive in zstd
Zstd produces a bit larger archives than xz, but much faster.
1 parent 957b1c9 commit 8949d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile.in for yash: yet another shell
2-
# (C) 2007-2021 magicant
2+
# (C) 2007-2024 magicant
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by
@@ -168,7 +168,7 @@ uninstall-data:
168168
DISTDIR = $(TARGET)-$(VERSION)
169169
DISTS = $(DISTDIR).tar $(DISTDIR).tar.Z $(DISTDIR).tar.gz $(DISTDIR).tar.bz2 $(DISTDIR).tar.xz $(DISTDIR).shar $(DISTDIR).shar.gz $(DISTDIR).zip
170170
ALL_DIST_TARGETS = dist-tarZ dist-gzip dist-bzip2 dist-xz dist-zstd dist-shar dist-zip
171-
DIST_TARGETS = dist-gzip dist-xz
171+
DIST_TARGETS = dist-gzip dist-xz dist-zstd
172172
RM_DISTDIR = rm -rf $(DISTDIR) $(DISTDIR).tar
173173
$(DISTDIR): _PHONY
174174
@+(cd po && $(MAKE) update-po) # must be done first

0 commit comments

Comments
 (0)