From: Aki Tuomi Date: Fri, 3 Jun 2022 07:10:57 +0000 (+0300) Subject: doc: Use am__untar to get correct invocation across systems X-Git-Tag: 2.4.0~3994 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec320d83b6c190ab2e2fdc7a606af39cf286c8bd;p=thirdparty%2Fdovecot%2Fcore.git doc: Use am__untar to get correct invocation across systems Current one does not work always. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 24777c75ff..19593171c5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,7 +21,7 @@ documentation_sources = documentation-main $(documentation_sources)/requirements.txt: $(AM_V_GEN)wget -O - \ https://github.com/dovecot/documentation/archive/refs/heads/main.tar.gz | \ - tar xz + gunzip | $(am__untar) venv: $(documentation_sources)/requirements.txt $(AM_V_GEN)$(PYTHON) -m venv venv && \