1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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
This commit is contained in:
Steve Brokenshire 2016-10-07 09:36:18 +01:00 committed by Daniel Stenberg
parent d960e57029
commit beff139d3d
2 changed files with 8 additions and 7 deletions

View File

@ -47,7 +47,6 @@
2.5 Edge-triggered sockets should work 2.5 Edge-triggered sockets should work
3. Documentation 3. Documentation
3.1 Update date and version in man pages
3.2 Provide cmake config-file 3.2 Provide cmake config-file
4. FTP 4. FTP
@ -444,12 +443,6 @@
3. Documentation 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 3.2 Provide cmake config-file
A config-file package is a set of files provided by us to allow applications A config-file package is a set of files provided by us to allow applications

View File

@ -131,6 +131,14 @@ else
automake --include-deps Makefile >/dev/null automake --include-deps Makefile >/dev/null
fi fi
############################################################################
#
# Modify the man pages to display the version number and date.
#
echo "update man pages"
./scripts/updatemanpages.pl $version
############################################################################ ############################################################################
# #
# Update the IDE files # Update the IDE files