#!/bin/sh

cd fits
echo "EXTRA_DIST=`ls *.gff` extra" > Makefile.am.proto
sed "s/gff$/gff\\\\/" Makefile.am.proto > Makefile.am
