# see the COPYRIGHT file

hebc10.300gf: hebc10.mf base.mf vowels.mf
	mf "\mag=1; input hebc10.mf;"

hebc10.600gf: hebc10.mf base.mf vowels.mf
	mf "\mag=2; input hebc10.mf;"

hebc10.900gf: hebc10.mf base.mf vowels.mf
	mf "\mag=3; input hebc10.mf;"

see: hebc10.600gf
	tex < input.tex
	xdvi testfont

install: hebc10.600pk hebc10.300pk heb10.900pk
	@ echo You may need to put hebc10*pk into /usr/local/lib/tex/fonts/pk/pk300

hebc10.300pk: hebc10.300gf
	gftopk ./hebc10.300gf

hebc10.600pk: hebc10.600gf
	gftopk ./hebc10.600gf

hebc10.900pk: hebc10.900gf
	gftopk ./hebc10.900gf

clean:
	/bin/rm -f *gf *.log *.dvi

clobber: clean
	/bin/rm -f *pk *tfm
