#!/bin/bash
#
#Fulko van Westrenen
#1 July 1999
#
#fontinst does not make the tf and vf files
#run this after running fontinst

for f in *.pl ; do /usr/bin/pltotf $f ; done
for f in *.vpl ; do /usr/bin/vptovf $f ; done
