mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
some outputs for easier debugging
This commit is contained in:
parent
1410deb8f7
commit
a7de09a966
3
maketgz
3
maketgz
@ -78,9 +78,11 @@ fi
|
|||||||
#
|
#
|
||||||
# Make sure we have updated HTML versions of all man pages:
|
# Make sure we have updated HTML versions of all man pages:
|
||||||
#
|
#
|
||||||
|
echo "make html"
|
||||||
make -s html
|
make -s html
|
||||||
|
|
||||||
# And the PDF versions
|
# And the PDF versions
|
||||||
|
echo "make pdf"
|
||||||
make -s pdf
|
make -s pdf
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
@ -88,6 +90,7 @@ make -s pdf
|
|||||||
# Now run make dist to generate a tar.gz archive
|
# Now run make dist to generate a tar.gz archive
|
||||||
#
|
#
|
||||||
|
|
||||||
|
echo "make dist"
|
||||||
targz="curl-$version.tar.gz"
|
targz="curl-$version.tar.gz"
|
||||||
make -s dist VERSION=$version
|
make -s dist VERSION=$version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user