From 9c095d6c22ed19ef4c37e8892c41f1c6ab15b9bd Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Fri, 6 Sep 2024 00:35:22 +0400 Subject: Makefile: slreload added to the dist option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ca8646..88e9de4 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ dist: clean mkdir -p "slstatus/components" cp -R LICENSE Makefile README config.mk config.h \ arg.h slstatus.h slstatus.c $(REQ:=.c) $(REQ:=.h) \ - slstatus.1 "slstatus" + slreload slstatus.1 "slstatus" cp -R $(COM:=.c) "slstatus/components" tar -czf slstatus.tar.gz slstatus rm -rf "slstatus" -- cgit v1.2.3