summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-13 22:03:37 +0200
committerng0 <ng0@infotropique.org>2017-08-22 15:27:05 +0000
commit7e61a6ef26d8f5bc02d50df04af86082e15cb23a (patch)
tree48ef1bba286ccfc78c80a6d867bc8db2e72798ad /maketgz
parentb7016c74c7a217bb31fc31a20c035b72894acae0 (diff)
downloadgnurl-7e61a6ef26d8f5bc02d50df04af86082e15cb23a.tar.gz
gnurl-7e61a6ef26d8f5bc02d50df04af86082e15cb23a.tar.bz2
gnurl-7e61a6ef26d8f5bc02d50df04af86082e15cb23a.zip
dist: make the hugehelp.c not get regenerated unnecessarily
The maketgz script now makes sure the generated hugehelp.c file in the tarball is newer than the generated curl.1 man page, so that it doesn't have to get unnecessarily rebuilt first thing in a typical build. It thus also removes the need for perl to build off a plain release tarball. Fixes #1565
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz3
1 files changed, 3 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index e6d950a1d..9a845c25f 100755
--- a/maketgz
+++ b/maketgz
@@ -143,6 +143,9 @@ fi
echo "update man pages"
./scripts/updatemanpages.pl $version
+# make the generated file newer than the man page
+touch src/tool_hugehelp.c
+
############################################################################
#
# Update the IDE files