Tim Waugh 917717
#!/bin/sh
Tim Waugh 917717
VERSION=$1
Tim Waugh 917717
Tim Waugh 917717
TMPDIR=tarball-arena
Tim Waugh 917717
rm -rf "$TMPDIR" a2ps-$VERSION-GPL.tar.gz
Tim Waugh 917717
mkdir "$TMPDIR"
Tim Waugh 917717
tar zxf a2ps-$VERSION.tar.gz -C "$TMPDIR"
Tim Waugh 917717
cd "$TMPDIR"
Tim Waugh 917717
for f in \
Tim Waugh 917717
	tests/gps-ref/Converter.ps \
Tim Waugh 917717
	tests/gps-ref/fasttrig.ps \
Tim Waugh 917717
	tests/ps-ref/Converter.ps \
Tim Waugh 917717
	tests/ps-ref/fasttrig.ps \
Tim Waugh 917717
	tests/tstfiles/Converter.java \
Tim Waugh 917717
	tests/tstfiles/fasttrig.pas
Tim Waugh 917717
do
Tim Waugh 917717
  rm -f a2ps-*/"$f"
Tim Waugh 917717
done
Tim Waugh 917717
Tim Waugh 917717
tar zcf ../a2ps-$VERSION-GPL.tar.gz a2ps-*