Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Apr 13, 2024
1 parent e08a990 commit 4719b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ TESTS = shaping decomposition
JSON = $(TESTS:%=$(TESTDIR)/%.json)

FEA = $(NAMES:%=$(SOURCEDIR)/%-overhang.fea)
HTML = $(NAMES:%=$(TESTDIR)/%-shaping.html) $(NAMES:%=$(TESTDIR)/%-fb.html)
HTML = $(NAMES:%=$(TESTDIR)/%-shaping.html) $(NAMES:%=$(TESTDIR)/%-qa.html)
GLYPHDATA = $(SOURCEDIR)/GlyphData.xml

ARGS ?=

.SECONDARY:
.ONESHELL:
.PHONY: all dist
.PHONY: all dist ttf web

all: ttf web
ttf: $(FONTS)
Expand Down Expand Up @@ -73,7 +73,7 @@ $(TESTDIR)/%-shaping.html: $(FONTDIR)/%.ttf $(TESTDIR)/fontbakery.yml
$(info   SHAPE $(<F))
fontbakery check-shaping --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN -q

$(TESTDIR)/%-fb.html: $(FONTDIR)/%.ttf $(TESTDIR)/fontbakery.yml
$(TESTDIR)/%-qa.html: $(FONTDIR)/%.ttf $(TESTDIR)/fontbakery.yml
$(info   TEST $(<F))
fontbakery check-universal --config=$(TESTDIR)/fontbakery.yml $< --html=$@ -e WARN -q

Expand Down

0 comments on commit 4719b4a

Please sign in to comment.