From 50f1b188c6e943249127089e7caaf52df3978dff Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 20 Jan 2023 23:23:38 +0100 Subject: [PATCH] include docs/ in tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 846870a..19031de 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: dist: clean mkdir -p spmenu-$(VERSION) - cp LICENSE Makefile *.h *.mk *.c scripts/ spmenu-$(VERSION) + cp LICENSE Makefile *.h *.mk *.c scripts/ docs/ spmenu-$(VERSION) tar -cf spmenu-$(VERSION).tar spmenu-$(VERSION) gzip spmenu-$(VERSION).tar rm -rf spmenu-$(VERSION)