summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>2016-10-07 09:36:18 +0100
committerng0 <ng0@infotropique.org>2017-08-22 15:23:04 +0000
commit83ad1d2706e7d23c578641139be3354b48cd4e71 (patch)
tree61d4da9a1d9b597274c9c89a805a6de1c9b8332d /maketgz
parent3e2d1100775da4558c6e95c6949aec13d23bc6c8 (diff)
downloadgnurl-83ad1d2706e7d23c578641139be3354b48cd4e71.tar.gz
gnurl-83ad1d2706e7d23c578641139be3354b48cd4e71.tar.bz2
gnurl-83ad1d2706e7d23c578641139be3354b48cd4e71.zip
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 3e20a36ac..c12f54428 100755
--- a/maketgz
+++ b/maketgz
@@ -137,6 +137,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