Skip to content

Commit

Permalink
some outputs for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 12, 2003
1 parent 1410deb commit a7de09a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maketgz
Expand Up @@ -78,16 +78,19 @@ fi
#
# Make sure we have updated HTML versions of all man pages:
#
echo "make html"
make -s html

# And the PDF versions
echo "make pdf"
make -s pdf

############################################################################
#
# Now run make dist to generate a tar.gz archive
#

echo "make dist"
targz="curl-$version.tar.gz"
make -s dist VERSION=$version

Expand Down

0 comments on commit a7de09a

Please sign in to comment.