#! /bin/sh
# MakeNeWS - Make NeWS files from bdf files for Pinetree-Precomposed Font Pack.
# Lee yongjae, setup@shiva.snu.ac.kr

# This file is for openwin 3 users.


for n in \
  ptpR08  ptpR10  ptpR12  ptpR14  ptpR18  ptpR24 \
  ptpB08  ptpB10  ptpB12  ptpB14  ptpB18  ptpB24
do
  echo $n
  convertfont $n.bdf
done


