From beff139d3dc43f30c467c674f8821a5ba6a82a41 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 7 Oct 2016 09:36:18 +0100 Subject: 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 --- maketgz | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'maketgz') diff --git a/maketgz b/maketgz index a68a9e92b..2cc8e1364 100755 --- a/maketgz +++ b/maketgz @@ -131,6 +131,14 @@ else automake --include-deps Makefile >/dev/null fi +############################################################################ +# +# Modify the man pages to display the version number and date. +# + +echo "update man pages" +./scripts/updatemanpages.pl $version + ############################################################################ # # Update the IDE files -- cgit v1.2.3