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