This commit is contained in:
speedie 2023-03-09 17:03:56 +01:00
parent a2d47faee9
commit e4d1dc81e3

View file

@ -33,7 +33,7 @@ clean:
dist: clean dist: clean
mkdir -p spmenu-$(VERSION) mkdir -p spmenu-$(VERSION)
cp -rf LICENSE Makefile *.h *.mk *.c scripts/ docs/ libs/ PKGBUILD/ spmenu-$(VERSION) cp -rf LICENSE Makefile *.h *.mk *.c scripts/ docs/ libs/ PKGBUILD spmenu-$(VERSION)
[ -f spmenu.1 ] && cp spmenu.1 spmenu-$(VERSION) || : [ -f spmenu.1 ] && cp spmenu.1 spmenu-$(VERSION) || :
tar -cf spmenu-$(VERSION).tar spmenu-$(VERSION) tar -cf spmenu-$(VERSION).tar spmenu-$(VERSION)
gzip spmenu-$(VERSION).tar gzip spmenu-$(VERSION).tar