summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-10 08:42:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-10-10 23:33:13 +0200
commit358fd32820357c444c12386548872430be01549d (patch)
tree9d52008cf19830d33aa4ee89b5bb4a4c57dd919d /maketgz
parentd522ff4690f373721e014dca676f8c73da428383 (diff)
downloadcurl-358fd32820357c444c12386548872430be01549d.tar.gz
dist: remove PDF and HTML converted docs from the releases
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz11
1 files changed, 1 insertions, 10 deletions
diff --git a/maketgz b/maketgz
index aede6d0fb..14f391a4f 100755
--- a/maketgz
+++ b/maketgz
@@ -115,16 +115,7 @@ 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
-
-# And the IDE files
+# Update the IDE files
echo "make vc-ide"
make -s vc-ide