summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>2016-10-07 09:36:18 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-03-07 23:36:17 +0100
commitbeff139d3dc43f30c467c674f8821a5ba6a82a41 (patch)
tree6b38cc470e73f070e0db303991a7cb0db97421a5 /maketgz
parentd960e57029fd56154556b87553a023a7c8ec6e2d (diff)
downloadcurl-beff139d3dc43f30c467c674f8821a5ba6a82a41.tar.gz
maketgz: Run updatemanpages.pl to update man pages
maketgz now runs scripts/updatemanpages.pl to update the man pages .TH section to use the current date and curl/libcurl version. (TODO Section 3.1) Closes #1058
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz8
1 files changed, 8 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index a68a9e92b..2cc8e1364 100755
--- a/maketgz
+++ b/maketgz
@@ -133,6 +133,14 @@ fi
############################################################################
#
+# Modify the man pages to display the version number and date.
+#
+
+echo "update man pages"
+./scripts/updatemanpages.pl $version
+
+############################################################################
+#
# Update the IDE files
echo "make vc-ide"
make -s vc-ide