# Script to build a full Fnordadel distribution
# NeXT version
if ("$1" != '') then
    cd bin
    find . -type f -print | zoo21 ahI ../fn$1bin.zoo
    cd ../man
    find . -type f -print | zoo21 ahI ../fn$1man.zoo
    cd ../src
    find . -type f -print | zoo21 ahI ../fn$1src.zoo
    cd ..
else
    echo 'usage: makedist xyz (where xyz as in version x.yz)'
endif
