aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/dns.html (renamed from doc/dns.html)0
-rw-r--r--docs/ftp.html (renamed from doc/ftp.html)0
-rw-r--r--docs/http.html (renamed from doc/http.html)0
-rw-r--r--docs/index.html (renamed from doc/index.html)0
-rw-r--r--docs/installation.html (renamed from doc/installation.html)0
-rw-r--r--docs/introduction.html (renamed from doc/introduction.html)0
-rw-r--r--docs/ltn12.html (renamed from doc/ltn12.html)0
-rw-r--r--docs/lua05.ppt (renamed from doc/lua05.ppt)bin304128 -> 304128 bytes
-rw-r--r--docs/luasocket.png (renamed from doc/luasocket.png)bin11732 -> 11732 bytes
-rw-r--r--docs/mime.html (renamed from doc/mime.html)0
-rw-r--r--docs/reference.css (renamed from doc/reference.css)0
-rw-r--r--docs/reference.html (renamed from doc/reference.html)0
-rw-r--r--docs/smtp.html (renamed from doc/smtp.html)0
-rw-r--r--docs/socket.html (renamed from doc/socket.html)0
-rw-r--r--docs/tcp.html (renamed from doc/tcp.html)0
-rw-r--r--docs/udp.html (renamed from doc/udp.html)0
-rw-r--r--docs/url.html (renamed from doc/url.html)0
-rw-r--r--luasocket-scm-3.rockspec2
-rw-r--r--makefile.dist38
19 files changed, 20 insertions, 20 deletions
diff --git a/doc/dns.html b/docs/dns.html
index 56ce3ba..56ce3ba 100644
--- a/doc/dns.html
+++ b/docs/dns.html
diff --git a/doc/ftp.html b/docs/ftp.html
index 7f7da2e..7f7da2e 100644
--- a/doc/ftp.html
+++ b/docs/ftp.html
diff --git a/doc/http.html b/docs/http.html
index 52b8a30..52b8a30 100644
--- a/doc/http.html
+++ b/docs/http.html
diff --git a/doc/index.html b/docs/index.html
index e92b4d4..e92b4d4 100644
--- a/doc/index.html
+++ b/docs/index.html
diff --git a/doc/installation.html b/docs/installation.html
index 28a9fbb..28a9fbb 100644
--- a/doc/installation.html
+++ b/docs/installation.html
diff --git a/doc/introduction.html b/docs/introduction.html
index fd22f48..fd22f48 100644
--- a/doc/introduction.html
+++ b/docs/introduction.html
diff --git a/doc/ltn12.html b/docs/ltn12.html
index fe3e3a0..fe3e3a0 100644
--- a/doc/ltn12.html
+++ b/docs/ltn12.html
diff --git a/doc/lua05.ppt b/docs/lua05.ppt
index e2b7ab4..e2b7ab4 100644
--- a/doc/lua05.ppt
+++ b/docs/lua05.ppt
Binary files differ
diff --git a/doc/luasocket.png b/docs/luasocket.png
index d24a954..d24a954 100644
--- a/doc/luasocket.png
+++ b/docs/luasocket.png
Binary files differ
diff --git a/doc/mime.html b/docs/mime.html
index ff4d8e8..ff4d8e8 100644
--- a/doc/mime.html
+++ b/docs/mime.html
diff --git a/doc/reference.css b/docs/reference.css
index 04e38cf..04e38cf 100644
--- a/doc/reference.css
+++ b/docs/reference.css
diff --git a/doc/reference.html b/docs/reference.html
index 2bc5f78..2bc5f78 100644
--- a/doc/reference.html
+++ b/docs/reference.html
diff --git a/doc/smtp.html b/docs/smtp.html
index 787d0b1..787d0b1 100644
--- a/doc/smtp.html
+++ b/docs/smtp.html
diff --git a/doc/socket.html b/docs/socket.html
index c148114..c148114 100644
--- a/doc/socket.html
+++ b/docs/socket.html
diff --git a/doc/tcp.html b/docs/tcp.html
index 9cc173e..9cc173e 100644
--- a/doc/tcp.html
+++ b/docs/tcp.html
diff --git a/doc/udp.html b/docs/udp.html
index db711cb..db711cb 100644
--- a/doc/udp.html
+++ b/docs/udp.html
diff --git a/doc/url.html b/docs/url.html
index 6ff673d..6ff673d 100644
--- a/doc/url.html
+++ b/docs/url.html
diff --git a/luasocket-scm-3.rockspec b/luasocket-scm-3.rockspec
index 4e1669c..0e1b0f9 100644
--- a/luasocket-scm-3.rockspec
+++ b/luasocket-scm-3.rockspec
@@ -127,7 +127,7 @@ build = {
127 mingw32 = make_plat("mingw32") 127 mingw32 = make_plat("mingw32")
128 }, 128 },
129 copy_directories = { 129 copy_directories = {
130 "doc" 130 "docs"
131 , "samples" 131 , "samples"
132 , "etc" 132 , "etc"
133 , "test" } 133 , "test" }
diff --git a/makefile.dist b/makefile.dist
index 45a8866..83c303e 100644
--- a/makefile.dist
+++ b/makefile.dist
@@ -92,23 +92,23 @@ MAKE = \
92 socket.vcxproj \ 92 socket.vcxproj \
93 mime.vcxproj 93 mime.vcxproj
94 94
95DOC = \ 95DOCS = \
96 doc/dns.html \ 96 docs/dns.html \
97 doc/ftp.html \ 97 docs/ftp.html \
98 doc/index.html \ 98 docs/index.html \
99 doc/http.html \ 99 docs/http.html \
100 doc/installation.html \ 100 docs/installation.html \
101 doc/introduction.html \ 101 docs/introduction.html \
102 doc/ltn12.html \ 102 docs/ltn12.html \
103 doc/luasocket.png \ 103 docs/luasocket.png \
104 doc/mime.html \ 104 docs/mime.html \
105 doc/reference.css \ 105 docs/reference.css \
106 doc/reference.html \ 106 docs/reference.html \
107 doc/smtp.html \ 107 docs/smtp.html \
108 doc/socket.html \ 108 docs/socket.html \
109 doc/tcp.html \ 109 docs/tcp.html \
110 doc/udp.html \ 110 docs/udp.html \
111 doc/url.html 111 docs/url.html
112 112
113dist: 113dist:
114 mkdir -p $(DIST) 114 mkdir -p $(DIST)
@@ -123,8 +123,8 @@ dist:
123 mkdir -p $(DIST)/src 123 mkdir -p $(DIST)/src
124 cp -vf $(SRC) $(DIST)/src 124 cp -vf $(SRC) $(DIST)/src
125 125
126 mkdir -p $(DIST)/doc 126 mkdir -p $(DIST)/docs
127 cp -vf $(DOC) $(DIST)/doc 127 cp -vf $(DOCS) $(DIST)/docs
128 128
129 mkdir -p $(DIST)/samples 129 mkdir -p $(DIST)/samples
130 cp -vf $(SAMPLES) $(DIST)/samples 130 cp -vf $(SAMPLES) $(DIST)/samples