summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-21 00:29:47 +0000
committerng0 <ng0@infotropique.org>2017-09-21 00:29:47 +0000
commitd9d649f37a769ad7dee54eed102e0c3876f5c722 (patch)
tree46d8afff017e88abc6d9ab11c0bfb1202ca23c54 /maketgz
parent9ab1d3a79e096ac6802b4d53a57a3d59db6e2520 (diff)
downloadgnurl-d9d649f37a769ad7dee54eed102e0c3876f5c722.tar.gz
gnurl-d9d649f37a769ad7dee54eed102e0c3876f5c722.tar.bz2
gnurl-d9d649f37a769ad7dee54eed102e0c3876f5c722.zip
gnURL: Fix doc generation, fix 'make dist'.
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
diff --git a/maketgz b/maketgz
index 83cd4e7fb..e26e9d7cd 100755
--- a/maketgz
+++ b/maketgz
@@ -61,7 +61,7 @@ numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"`
HEADER=include/gnurl/curlver.h
CHEADER=src/tool_version.h
-PLIST=lib/libcurl.plist
+PLIST=lib/libgnurl.plist
if test -z "$only"; then
ext=".dist"
@@ -208,7 +208,7 @@ makezip ()
zip="gnurl-$version.zip"
echo "Generating $zip"
tempdir=".builddir"
-makezip
+#makezip
echo "------------------"
echo "maketgz report:"