include docs/ in tarball

This commit is contained in:
speedie 2023-01-20 23:23:38 +01:00
parent 98a211fadd
commit 50f1b188c6

View file

@ -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)