#!/bin/sh
echo "fixing distribution in $1..."
cd $1
make -f Makefile.export
(cd man && make -f Makefile.in cat)
rm Makefile.export fix-export problems.sed copyright.sed readme.sh
find . -name .cvsignore -print | xargs rm
