We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6dd6d commit 24234e8Copy full SHA for 24234e8
Makefile
@@ -27,7 +27,7 @@ test: venv build.stamp
27
. venv/bin/activate; fontbakery check-googlefonts --html fontbakery-report.html --ghmarkdown fontbakery-report.md $(shell find fonts -type f)
28
29
proof: venv build.stamp
30
- . venv/bin/activate; gftools gen-html proof $(shell find fonts/ttf -type f) -o proof
+ TOCHECK=$$(find fonts/variable -type f 2>/dev/null); if [ -z "$$TOCHECK" ]; then TOCHECK=$$(find fonts/ttf -type f 2>/dev/null); fi ;
31
32
clean:
33
rm -rf venv
0 commit comments