[hackers] [st] Makefile: add all files to make dist || Hiltjo Posthuma
commit 0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Wed Mar 14 19:54:50 2018 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Wed Mar 14 19:54:50 2018 +0100
Makefile: add all files to make dist
diff --git a/Makefile b/Makefile
index c678ead..0b3cecd 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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.h $(SRC) st-$(VERSION)
+ 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)
Received on Wed Mar 14 2018 - 20:01:53 CET
This archive was generated by hypermail 2.3.0
: Wed Mar 14 2018 - 20:12:31 CET