fix bar/ not bundled with tarball, this means release 1.8 is actually

broken

fucking shit
This commit is contained in:
speedie 2023-01-06 23:18:24 +01:00
parent dd64d36469
commit ef21fb9fa9

View file

@ -57,7 +57,7 @@ clean:
dist: clean
mkdir -p speedwm-${VERSION}
cp -R *.mk *.c *.h *.png docs/ modules/ scripts/ toggle/ LICENSE Makefile speedwm-${VERSION}
cp -R *.mk *.c *.h *.png docs/ modules/ scripts/ toggle/ bar/ LICENSE Makefile speedwm-${VERSION}
[ -f README.md ] && cp -f README.md speedwm-${VERSION} || :
[ -f speedwm.1 ] && cp -f speedwm.1 speedwm-${VERSION} || :
tar -cf speedwm-${VERSION}.tar speedwm-${VERSION}