summaryrefslogtreecommitdiff
path: root/fonts/thai/fonts-arundina/scripts/gen.mk
blob: b44e3fea82c6655eb6a781849bc8f11fe46a895f (plain)
1
2
3
4
5
6
7
8
9
10
SUFFIXES: .sfd .ttf .otf .afm .pfb

%.ttf: %.sfd
	$(FONTFORGE) -script $(top_srcdir)/scripts/gen-ttf.pe $<

%.otf: %.sfd
	$(PYTHON) $(top_srcdir)/scripts/gen-otf.py $<

%.afm %.pfb: %.sfd
	$(PYTHON) $(top_srcdir)/scripts/gen-pfb.py $<