diff options
Diffstat (limited to 'makefile.dist')
-rw-r--r-- | makefile.dist | 38 |
1 files changed, 19 insertions, 19 deletions
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 | ||
95 | DOC = \ | 95 | DOCS = \ |
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 | ||
113 | dist: | 113 | dist: |
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 |