We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90df5c2 commit 739e06dCopy full SHA for 739e06d
Makefile
@@ -33,7 +33,7 @@ test: venv build.stamp
33
. venv/bin/activate; mkdir -p out/ out/fontbakery; fontbakery check-googlefonts -l WARN --succinct --badges out/badges --html out/fontbakery/fontbakery-report.html --ghmarkdown out/fontbakery/fontbakery-report.md $(shell find fonts/ttf -type f)
34
35
proof: venv build.stamp
36
- . venv/bin/activate; mkdir -p out/ out/proof; gftools gen-html proof $(shell find fonts/variable -type f) -o out/proof
+ . venv/bin/activate; mkdir -p out/ out/proof; diffenator2 proof $(shell find fonts/variable -type f) -o out/proof
37
38
images: venv build.stamp $(DRAWBOT_OUTPUT)
39
git add documentation/*.png && git commit -m "Rebuild images" documentation/*.png
0 commit comments