mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
Include .pdf versions of c-ares man pages in distribution tarball.
This commit is contained in:
parent
4c979aa44f
commit
5ca0c73e98
14
ares/maketgz
14
ares/maketgz
@ -48,10 +48,24 @@ print "makes a new configure script\n";
|
||||
print "running configure\n";
|
||||
`./configure`;
|
||||
|
||||
# generate HTML versions of man pages
|
||||
# Deactivated for now. It seems that man pages need some adjustments
|
||||
# relative to paragraph and/or line breaks for proper html formatting.
|
||||
# EXTRA_DIST will need $(HTMLPAGES) when this is fully activated.
|
||||
# print "running make html\n";
|
||||
# `make -s html`;
|
||||
|
||||
# generate PDF versions of man pages
|
||||
print "running make pdf\n";
|
||||
`make -s pdf`;
|
||||
|
||||
# now make the actual tarball
|
||||
print "running make dist\n";
|
||||
`make dist VERSION=$version`;
|
||||
|
||||
# remove temporay sourced man pages
|
||||
`make -s clean-sourced-manpages`;
|
||||
|
||||
print "removing temporary configure.ac file\n";
|
||||
`rm configure.ac.dist`;
|
||||
print "removing temporary ares_version.h file\n";
|
||||
|
Loading…
Reference in New Issue
Block a user