aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2018-03-14 19:54:50 +0100
committerHiltjo Posthuma2018-03-14 19:54:50 +0100
commit30b734d8bbf58b617469af485c3e673858b7110f (patch)
tree523fa31e5da67923fe616eaf24e24001478bf0a6
parenta1145999fa61fc708ef2dfe3fb0e177002e9604f (diff)
downloadaur-30b734d8bbf58b617469af485c3e673858b7110f.tar.gz
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 c678ead14de9..0b3cecd03299 100644
--- 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.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)