#!/bin/sh -x

cp ~/bin/tt.pl .
~/bin/tt.pl FAQ.tt
mv FAQ.tt-out FAQ.pm
perl Makefile.PL PREFIX=$PREFIX
rm *.tar.gz
make tardist




