summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-08 15:16:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-08 15:16:34 +0200
commitaceff6088cef70843de1da1dd7cc03c37c094d99 (patch)
tree477d730e4d9cc5ccd124761baa4bac8d034664a1 /maketgz
parent33882a066ec16c3f5152bf169f3cd6845695e8aa (diff)
downloadcurl-aceff6088cef70843de1da1dd7cc03c37c094d99.tar.gz
maketgz: redirect updatemanpages.pl output to /dev/null
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
diff --git a/maketgz b/maketgz
index 2f97f18c3..d1351addf 100755
--- a/maketgz
+++ b/maketgz
@@ -9,7 +9,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, 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