The md5sums were copied to the distribution folder, while they were
generated later from it anyway, and this caused an error in 'make
dist' after 'make dist-clean', as the latter removes md5sums.
dist-clean,
install -d -m0755 Fairy-Max
install -d -m0755 Fairy-Max/data
rm -f fairymax.tar fairymax.tar.gz
- cp fairymax.c maxqi.c fairymax.pod Makefile README changelog copyright md5sums Fairy-Max
+ cp fairymax.c maxqi.c fairymax.pod Makefile README changelog copyright Fairy-Max
cp data/* Fairy-Max/data
md5 Fairy-Max/* Fairy-Max/data/* > Fairy-Max/md5sums
tar -cvvf fairymax.tar Fairy-Max