]> granicus.if.org Git - curl/commitdiff
maketgz: Run updatemanpages.pl to update man pages
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Fri, 7 Oct 2016 08:36:18 +0000 (09:36 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Mar 2017 22:36:17 +0000 (23:36 +0100)
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

docs/TODO
maketgz

index 158d3c3178fb209217f916fd1b3bd52320b82125..ee0f188b43eb39ef0396969c8f06f26b89f5a872 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -47,7 +47,6 @@
  2.5 Edge-triggered sockets should work
 
  3. Documentation
- 3.1 Update date and version in man pages
  3.2 Provide cmake config-file
 
  4. FTP
 
 3. Documentation
 
-3.1 Update date and version in man pages
-
- 'maketgz' or another suitable script could update the .TH sections of the man
- pages at release time to use the current date and curl/libcurl version
- number.
-
 3.2 Provide cmake config-file
 
  A config-file package is a set of files provided by us to allow applications
diff --git a/maketgz b/maketgz
index a68a9e92bca8491ff936d2239524f1f8fe0d97c7..2cc8e136451fa1180bed4c83dbf174d75081b4e4 100755 (executable)
--- 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