Codebase list fonts-roadgeek / 388edb67-2765-494f-853c-734bf15ff751/upstream Makefile
388edb67-2765-494f-853c-734bf15ff751/upstream

Tree @388edb67-2765-494f-853c-734bf15ff751/upstream (Download .tar.gz)

Makefile @388edb67-2765-494f-853c-734bf15ff751/upstreamraw · history · blame

COMPILE=fontforge -lang ff -c 'Open($$1); Generate($$2)'

all: RG2014B.ttf RG2014C.ttf RG2014D.ttf RG2014E.ttf \
	RG2014EM.ttf RG2014EEM.ttf RG2014F.ttf

RG2014B.ttf:
	$(COMPILE) B.sfdir/ $@

RG2014C.ttf:
	$(COMPILE) C.sfdir/ $@

RG2014D.ttf:
	$(COMPILE) D.sfdir/ $@

RG2014E.ttf:
	$(COMPILE) E.sfdir/ $@

RG2014EM.ttf:
	$(COMPILE) EM.sfdir/ $@

RG2014EEM.ttf:
	$(COMPILE) EEM.sfdir/ $@

RG2014F.ttf:
	$(COMPILE) F.sfdir/ $@

.PHONY: clean
clean:
	rm *.ttf