SFDFILES = $(addsuffix .sfd, $(FONTBASES))
OTFFILES = $(addsuffix .otf, $(FONTBASES))
-PFAFILES = $(addsuffix .pfa, $(FONTBASES))
-AFMFILES = $(addsuffix .afm, $(FONTBASES))
DISTFILES = bedstead.c Makefile COPYING \
$(OTFFILES) \
-c 'Open($$1); Generate($$2)' \
$< $*.otf
-%.pfa %.afm: %.sfd
- fontforge -lang=ff -c 'Open($$1); Generate($$2)' $< $*.pfa
-
%.png: %.ps $(OTFFILES)
gs -P -q -dSAFER -sDEVICE=pnggray -dTextAlphaBits=4 -o $@ $<
.PHONY: clean
clean:
- rm -f bedstead *.sfd *.otf *.bdf *.pfa *.afm *.png *.pdf complement.ps
+ rm -f bedstead *.sfd *.otf *.bdf *.png *.pdf complement.ps
.PHONY: dist