#!/bin/sh

DIRS="75dpi 100dpi misc Type1"

dir=`dirname $0`
cd $dir
for i in $DIRS ; do
	[ -d $i ] && ./$i/xinst_fonts
done
