make_dist.sh: remove in favour of cmake 'make dist' implementation
This commit is contained in:
parent
30ef76c5ea
commit
e455bbe9b4
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
VERSION=`cat VERSION`
|
||||
mkdir -p distromatic-${VERSION}
|
||||
cp -a src html po distromatic-${VERSION}/
|
||||
cp CMakeLists.txt AUTHORS COPYING ChangeLog distromatic.conf VERSION distromatic-${VERSION}/
|
||||
tar cJf distromatic-${VERSION}.tar.xz distromatic-${VERSION}
|
||||
rm -rf distromatic-${VERSION}
|
Loading…
Reference in New Issue
Block a user