From d1c7a37b2879e64a8418b935399178881c826e70 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 26 Jun 2025 16:29:45 +0400 Subject: fix(makefile): include all the necessary files when creating tarball --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3