Skip to content

Commit b257d43

Browse files
committed
Update build process
1 parent dbb3e9d commit b257d43

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-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-looped-thai-ui.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
buildVariable: false
22
familyName: Noto Sans Thai Looped UI
33
googleFonts: true
4+
recipeProvider: noto
45
sources:
56
- NotoSansThaiLoopedUI.glyphs

sources/config-sans-thai-looped.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
- NotoSansThaiLooped.glyphs

sources/config-sans-thai-ui.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
buildVariable: true
22
familyName: Noto Sans Thai UI
33
googleFonts: true
4+
recipeProvider: noto
45
sources:
56
- NotoSansThaiUI.designspace

sources/config-sans-thai.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
- NotoSansThai.designspace

sources/config-serif-thai.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ googleFonts: true
66
includeSubsets:
77
- from: Noto Serif
88
name: GF_Latin_Core
9+
recipeProvider: noto
910
sources:
1011
- NotoSerifThai.glyphs

0 commit comments

Comments
 (0)