From: Daniel Stenberg Date: Tue, 21 Aug 2001 09:16:43 +0000 (+0000) Subject: run 'make clean' before 'make dist' to make sure the HTML files are up-to-date X-Git-Tag: before_urldata_rename~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05d9c9b849a75c967ba20cc2261e52801750dd7c;p=curl run 'make clean' before 'make dist' to make sure the HTML files are up-to-date --- diff --git a/maketgz b/maketgz index 8c1b98ddf..7d6a553e4 100755 --- a/maketgz +++ b/maketgz @@ -76,6 +76,12 @@ else automake --include-deps Makefile fi +############################################################################ +# +# Make sure we have updated HTML versions of all man pages: +# +make html + ############################################################################ # # Now run make dist