aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2001-09-26 20:52:23 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2001-09-26 20:52:23 +0000
commit74979295a263b43a943630d0e0985b535a84a95b (patch)
tree28961cda99d2da3642c88c7307b4bef2781b0d77
parent164d33894e997b179dae93b7883b1f04f937ab8e (diff)
downloadluasocket-74979295a263b43a943630d0e0985b535a84a95b.tar.gz
luasocket-74979295a263b43a943630d0e0985b535a84a95b.tar.bz2
luasocket-74979295a263b43a943630d0e0985b535a84a95b.zip
updated for luasocket 1.4
-rw-r--r--makefile.dist11
1 files changed, 6 insertions, 5 deletions
diff --git a/makefile.dist b/makefile.dist
index c409acc..2154eb9 100644
--- a/makefile.dist
+++ b/makefile.dist
@@ -2,7 +2,7 @@
2# Distribution makefile 2# Distribution makefile
3#-------------------------------------------------------------------------- 3#--------------------------------------------------------------------------
4 4
5DIST = luasocket-1.3b 5DIST = luasocket-1.4
6 6
7SRC = ~diego/tec/luasocket 7SRC = ~diego/tec/luasocket
8 8
@@ -19,13 +19,14 @@ dist:
19 cp -vf lua/README $(DIST)/lua 19 cp -vf lua/README $(DIST)/lua
20 cp -vf examples/*.lua $(DIST)/examples 20 cp -vf examples/*.lua $(DIST)/examples
21 cp -vf examples/README $(DIST)/examples 21 cp -vf examples/README $(DIST)/examples
22 cp -vf html/manual.html $(DIST)/html 22 cp -vf html/*.html $(DIST)/html
23 cp -vf html/lua.png $(DIST)/html 23 cp -vf html/*.png $(DIST)/html
24 cp -vf html/vim.png $(DIST)/html
25 cp -vf html/anybrowser.png $(DIST)/html
26 cp -vf test/testclnt.lua $(DIST)/test 24 cp -vf test/testclnt.lua $(DIST)/test
27 cp -vf test/testsrvr.lua $(DIST)/test 25 cp -vf test/testsrvr.lua $(DIST)/test
28 cp -vf test/testcmd.lua $(DIST)/test 26 cp -vf test/testcmd.lua $(DIST)/test
27 cp -vf test/codetest.lua $(DIST)/test
28 cp -vf test/concattest.lua $(DIST)/test
29 cp -vf test/urltest.lua $(DIST)/test
29 cp -vf test/README $(DIST)/test 30 cp -vf test/README $(DIST)/test
30 tar -zcvf $(DIST).tar.gz $(DIST) 31 tar -zcvf $(DIST).tar.gz $(DIST)
31 zip -r $(DIST).zip $(DIST) 32 zip -r $(DIST).zip $(DIST)