#!/bin/sh

for i in $(distfind)
do
    cd $i
    distclean
    rm -f smoke.html smoke.yaml smoketee.txt
done

for i in $(distfind --printroots)
do
    rm -f $i/smoke.html
done
