pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a4f91
)
Makefile: add all files to make dist
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Wed, 14 Mar 2018 18:54:50 +0000
(19:54 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Wed, 14 Mar 2018 18:54:50 +0000
(19:54 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c678ead
..
0b3cecd
100644
(file)
--- 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)