aboutsummaryrefslogtreecommitdiff
path: root/makefile.dist
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-26 05:17:37 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-26 05:17:37 +0000
commit911e8d7e7f63e6e90814e82955bfaf26328afb19 (patch)
tree575a916f4616a0f865bff9928faa9be67a8c867e /makefile.dist
parentd914007507a6a4ad3489cca19652af403fef7074 (diff)
downloadluasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.gz
luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.tar.bz2
luasocket-911e8d7e7f63e6e90814e82955bfaf26328afb19.zip
Beta2 is out! Total timeout works on Windows.
Diffstat (limited to 'makefile.dist')
-rw-r--r--makefile.dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile.dist b/makefile.dist
index 56bba96..a0a9313 100644
--- a/makefile.dist
+++ b/makefile.dist
@@ -2,7 +2,7 @@
2# Distribution makefile 2# Distribution makefile
3#-------------------------------------------------------------------------- 3#--------------------------------------------------------------------------
4 4
5DIST = luasocket-2.0-beta 5DIST = luasocket-2.0-beta2
6 6
7LUA = \ 7LUA = \
8 ftp.lua \ 8 ftp.lua \
@@ -104,7 +104,6 @@ dist:
104 mkdir -p $(DIST)/etc 104 mkdir -p $(DIST)/etc
105 mkdir -p $(DIST)/lua 105 mkdir -p $(DIST)/lua
106 mkdir -p $(DIST)/manual 106 mkdir -p $(DIST)/manual
107 cp -vf FIX $(DIST)
108 cp -vf TODO $(DIST) 107 cp -vf TODO $(DIST)
109 cp -vf $(CORE) $(DIST) 108 cp -vf $(CORE) $(DIST)
110 cp -vf README $(DIST) 109 cp -vf README $(DIST)