summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c4f78bf..7979592 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,8 @@ clean:
dist: clean
mkdir -p st_farajli-$(VERSION)
- cp -R Makefile LICENSE config.mk\
- config.h arg.h st.h win.h $(SRC) st_farajli-$(VERSION)
+ cp -R TODO LICENSE Makefile README config.mk config.h\
+ st.info st.1 arg.h st.h win.h $(SRC) st_farajli-$(VERSION)
tar -czf st_farajli-$(VERSION).tar.gz st_farajli-$(VERSION)
rm -rf st_farajli-$(VERSION)