diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-18 01:26:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-18 01:26:28 +0000 |
commit | 9c4cc7b5063be4b40dd4c17f8c9141a6b1412e5f (patch) | |
tree | 9b65c9441c91479ec38a0c99b6f179a40c6f212e /Build/source/libs/icu/Makefile.in | |
parent | 993372d03b9d2079e7a8e5d4fb2acee066aa9810 (diff) |
automake-1.16.2
git-svn-id: svn://tug.org/texlive/trunk@54781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/Makefile.in')
-rw-r--r-- | Build/source/libs/icu/Makefile.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/libs/icu/Makefile.in b/Build/source/libs/icu/Makefile.in index ed8b05ea17e..3a903da9a44 100644 --- a/Build/source/libs/icu/Makefile.in +++ b/Build/source/libs/icu/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1057,6 +1057,10 @@ dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @@ -1099,6 +1103,8 @@ distcheck: dist eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) @@ -1288,7 +1294,7 @@ uninstall-am: clean-checkPROGRAMS clean-cscope clean-generic cscope \ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ - dist-zip distcheck distclean distclean-compile \ + dist-zip dist-zstd distcheck distclean distclean-compile \ distclean-generic distclean-local distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-data \ |