[hackers] [st] arg.h wasn't used for dist. || Christoph Lohmann
commit 246c3481d780067dd3294edbd58cf980c2d960a3
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Mon Mar 16 22:17:30 2015 +0100
arg.h wasn't used for dist.
diff --git a/Makefile b/Makefile
index 52af636..6158ab2 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -34,7 +34,7 @@ clean:
dist: clean
_AT_echo creating dist tarball
_AT_mkdir -p st-${VERSION}
- _AT_cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 ${SRC} st-${VERSION}
+ _AT_cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h ${SRC} st-${VERSION}
_AT_tar -cf st-${VERSION}.tar st-${VERSION}
_AT_gzip st-${VERSION}.tar
_AT_rm -rf st-${VERSION}
Received on Mon Mar 16 2015 - 22:17:42 CET
This archive was generated by hypermail 2.3.0
: Mon Mar 16 2015 - 22:24:14 CET