# noddy Makefile for pbmtopk documentation

all: pbmtopk.dvi examplf.tfm examplf.300pk

pbmtopk.dvi: examplf.tfm pbmtopk.aux pbmtopk.tex
	latex pbmtopk.tex

pbmtopk.aux: pbmtopk.tex
	latex pbmtopk.tex

examplf.tfm examplf.300pk: examplf300.opt\
                           beast3_300.pbm smiley300.pbm name300.pbm
	pbmtopk examplf.300pk examplf.tfm 300 -s 20 -f examplf300.opt

beast3_300.pbm: beast3_300.pbm.Z.btoa
	atob <beast3_300.pbm.Z.btoa | zcat >beast3_300.pbm

name300.pbm: name300.pbm.Z.btoa
	atob <name300.pbm.Z.btoa | zcat >name300.pbm

smiley300.pbm: smiley300.pbm.Z.btoa
	atob <smiley300.pbm.Z.btoa | zcat >smiley300.pbm