#!/bin/sh
PROJECT_NAME=gtkdatabox
rm $PROJECT_NAME*.tar.gz
rm -r */.deps
./nanogen
./autogen.sh
make distcheck
exit
