diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-23 16:05:11 +0100 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-29 13:33:00 +0200 |
| commit | 86de838eb5ed49711be8d62e01255cc2ccd3342e (patch) | |
| tree | 13665628395e9247bf378737ca2cfa140a96a3c2 /makefile.dist | |
| parent | 7187be8b76452aa968726180af24deaaa545431d (diff) | |
| download | luasocket-86de838eb5ed49711be8d62e01255cc2ccd3342e.tar.gz luasocket-86de838eb5ed49711be8d62e01255cc2ccd3342e.tar.bz2 luasocket-86de838eb5ed49711be8d62e01255cc2ccd3342e.zip | |
cleanup; move ./etc into ./samples and mark 'unsupported'
Diffstat (limited to 'makefile.dist')
| -rw-r--r-- | makefile.dist | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/makefile.dist b/makefile.dist index a27ba57..5ef44d3 100644 --- a/makefile.dist +++ b/makefile.dist | |||
| @@ -22,20 +22,17 @@ SAMPLES = \ | |||
| 22 | samples/lpr.lua \ | 22 | samples/lpr.lua \ |
| 23 | samples/talker.lua \ | 23 | samples/talker.lua \ |
| 24 | samples/tinyirc.lua | 24 | samples/tinyirc.lua |
| 25 | 25 | samples/b64.lua \ | |
| 26 | ETC = \ | 26 | samples/check-links.lua \ |
| 27 | etc/README \ | 27 | samples/check-memory.lua \ |
| 28 | etc/b64.lua \ | 28 | samples/dict.lua \ |
| 29 | etc/check-links.lua \ | 29 | samples/dispatch.lua \ |
| 30 | etc/check-memory.lua \ | 30 | samples/eol.lua \ |
| 31 | etc/dict.lua \ | 31 | samples/forward.lua \ |
| 32 | etc/dispatch.lua \ | 32 | samples/get.lua \ |
| 33 | etc/eol.lua \ | 33 | samples/lp.lua \ |
| 34 | etc/forward.lua \ | 34 | samples/qp.lua \ |
| 35 | etc/get.lua \ | 35 | samples/tftp.lua |
| 36 | etc/lp.lua \ | ||
| 37 | etc/qp.lua \ | ||
| 38 | etc/tftp.lua | ||
| 39 | 36 | ||
| 40 | SRC = \ | 37 | SRC = \ |
| 41 | src/makefile \ | 38 | src/makefile \ |
| @@ -117,9 +114,6 @@ dist: | |||
| 117 | cp -vf README.md $(DIST) | 114 | cp -vf README.md $(DIST) |
| 118 | cp -vf $(MAKE) $(DIST) | 115 | cp -vf $(MAKE) $(DIST) |
| 119 | 116 | ||
| 120 | mkdir -p $(DIST)/etc | ||
| 121 | cp -vf $(ETC) $(DIST)/etc | ||
| 122 | |||
| 123 | mkdir -p $(DIST)/src | 117 | mkdir -p $(DIST)/src |
| 124 | cp -vf $(SRC) $(DIST)/src | 118 | cp -vf $(SRC) $(DIST)/src |
| 125 | 119 | ||
