Skip to content

Commit 97dd173

Browse files
committed
Update build process
1 parent a712e46 commit 97dd173

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
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-tamil-supplement.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
- NotoSansTamilSupplement.designspace

sources/config-sans-tamil.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
buildUIVF: true
12
buildVariable: true
23
familyName: Noto Sans Tamil
34
googleFonts: true
45
includeSubsets:
56
- from: Noto Sans
67
name: GF_Latin_Core
8+
recipeProvider: noto
79
sources:
810
- NotoSansTamil.glyphs
9-
buildUIVF: true

sources/config-serif-tamil.yaml

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

0 commit comments

Comments
 (0)