diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 09:16:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 09:16:43 +0000 |
commit | 05d9c9b849a75c967ba20cc2261e52801750dd7c (patch) | |
tree | 0df6a12db29271f677b17092bdf2d8b1778f13de | |
parent | 4c2fb64e215cde4d11d523a81284783c5dadb016 (diff) | |
download | curl-05d9c9b849a75c967ba20cc2261e52801750dd7c.tar.gz |
run 'make clean' before 'make dist' to make sure the HTML files are up-to-date
-rwxr-xr-x | maketgz | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -78,6 +78,12 @@ fi ############################################################################ # +# Make sure we have updated HTML versions of all man pages: +# +make html + +############################################################################ +# # Now run make dist # |