From: Daniel Stenberg Date: Fri, 8 Oct 2021 13:16:34 +0000 (+0200) Subject: maketgz: redirect updatemanpages.pl output to /dev/null X-Git-Tag: curl-7_80_0~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aceff6088cef70843de1da1dd7cc03c37c094d99;p=thirdparty%2Fcurl.git maketgz: redirect updatemanpages.pl output to /dev/null --- diff --git a/maketgz b/maketgz index 2f97f18c33..d1351addf7 100755 --- a/maketgz +++ b/maketgz @@ -9,7 +9,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -147,7 +147,7 @@ fi # echo "update man pages" -./scripts/updatemanpages.pl $version +./scripts/updatemanpages.pl $version >/dev/null # make the generated file newer than the man page touch src/tool_hugehelp.c