| Makefile: add all files to make dist - st - simple terminal | |
| git clone git://git.suckless.org/st | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32 | |
| parent 49a4f91fc5caf4b8b64f2b73a6be506fa06917b9 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Wed, 14 Mar 2018 19:54:50 +0100 | |
| Makefile: add all files to make dist | |
| Diffstat: | |
| M Makefile | 4 +++- | |
| 1 file changed, 3 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/Makefile b/Makefile | |
| @@ -34,7 +34,9 @@ clean: | |
| dist: clean | |
| mkdir -p st-$(VERSION) | |
| - cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.… | |
| + cp -R FAQ LEGACY TODO LICENSE Makefile README config.mk\ | |
| + config.def.h st.info st.1 arg.h st.h win.h $(SRC)\ | |
| + st-$(VERSION) | |
| tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz | |
| rm -rf st-$(VERSION) | |