diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-09-26 20:52:23 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-09-26 20:52:23 +0000 |
| commit | 74979295a263b43a943630d0e0985b535a84a95b (patch) | |
| tree | 28961cda99d2da3642c88c7307b4bef2781b0d77 | |
| parent | 164d33894e997b179dae93b7883b1f04f937ab8e (diff) | |
| download | luasocket-74979295a263b43a943630d0e0985b535a84a95b.tar.gz luasocket-74979295a263b43a943630d0e0985b535a84a95b.tar.bz2 luasocket-74979295a263b43a943630d0e0985b535a84a95b.zip | |
updated for luasocket 1.4
| -rw-r--r-- | makefile.dist | 11 |
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 | ||
| 5 | DIST = luasocket-1.3b | 5 | DIST = luasocket-1.4 |
| 6 | 6 | ||
| 7 | SRC = ~diego/tec/luasocket | 7 | SRC = ~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) |
