Skip to content

Commit

Permalink
update proof cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Jun 30, 2023
1 parent 90df5c2 commit 739e06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test: venv build.stamp
. 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)

proof: venv build.stamp
. 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

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

0 comments on commit 739e06d

Please sign in to comment.