Commit 8949d9f 1 parent 957b1c9 commit 8949d9f Copy full SHA for 8949d9f
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Makefile.in for yash: yet another shell
2
- # (C) 2007-2021 magicant
2
+ # (C) 2007-2024 magicant
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
@@ -168,7 +168,7 @@ uninstall-data:
168
168
DISTDIR = $(TARGET ) -$(VERSION )
169
169
DISTS = $(DISTDIR ) .tar $(DISTDIR ) .tar.Z $(DISTDIR ) .tar.gz $(DISTDIR ) .tar.bz2 $(DISTDIR ) .tar.xz $(DISTDIR ) .shar $(DISTDIR ) .shar.gz $(DISTDIR ) .zip
170
170
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
172
172
RM_DISTDIR = rm -rf $(DISTDIR ) $(DISTDIR ) .tar
173
173
$(DISTDIR ) : _PHONY
174
174
@+ (cd po && $( MAKE) update-po) # must be done first
You can’t perform that action at this time.
0 commit comments