Skip to content

Commit a2cd1a7

Browse files
committed
Update build process
1 parent e1ca953 commit a2cd1a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ venv: venv/touchfile
1818

1919
build.stamp: venv .init.stamp sources/config*.yaml $(SOURCES)
2020
rm -rf fonts
21-
(for config in sources/config*.yaml; do . venv/bin/activate; python3 -m notobuilder $$config; done) && touch build.stamp
21+
(for config in sources/config*.yaml; do . venv/bin/activate; gftools-builder $$config; done) && touch build.stamp
2222

2323
.init.stamp: venv
2424
. venv/bin/activate; python3 scripts/first-run.py

sources/config-sans-phags-pa.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ googleFonts: true
44
includeSubsets:
55
- from: Noto Sans
66
name: GF_Latin_Core
7+
recipeProvider: noto
78
sources:
89
- NotoSansPhagsPa.glyphs

0 commit comments

Comments
 (0)