aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-14 19:54:50 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-14 19:54:50 +0100
commit0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32 (patch)
tree774d60c9be8b3acb7da1ced9e0cf954c626fd2e8
parent49a4f91fc5caf4b8b64f2b73a6be506fa06917b9 (diff)
downloadst-patched-0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32.tar.bz2
st-patched-0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32.tar.xz
st-patched-0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32.zip
Makefile: add all files to make dist
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c678ead..0b3cecd 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,9 @@ clean:
34 34
35dist: clean 35dist: clean
36 mkdir -p st-$(VERSION) 36 mkdir -p st-$(VERSION)
37 cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h $(SRC) st-$(VERSION) 37 cp -R FAQ LEGACY TODO LICENSE Makefile README config.mk\
38 config.def.h st.info st.1 arg.h st.h win.h $(SRC)\
39 st-$(VERSION)
38 tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz 40 tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz
39 rm -rf st-$(VERSION) 41 rm -rf st-$(VERSION)
40 42