Skip to content

Commit 739e06d

Browse files
committed
update proof cmd
1 parent 90df5c2 commit 739e06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test: venv build.stamp
3333
. 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)
3434

3535
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
36+
. venv/bin/activate; mkdir -p out/ out/proof; diffenator2 proof $(shell find fonts/variable -type f) -o out/proof
3737

3838
images: venv build.stamp $(DRAWBOT_OUTPUT)
3939
git add documentation/*.png && git commit -m "Rebuild images" documentation/*.png

0 commit comments

Comments
 (0)