Skip to content

Commit

Permalink
Update build process
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 8, 2024
1 parent dbb3e9d commit b257d43
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ venv: venv/touchfile

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

.init.stamp: venv
. venv/bin/activate; python3 scripts/first-run.py
Expand Down
1 change: 1 addition & 0 deletions sources/config-looped-thai-ui.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildVariable: false
familyName: Noto Sans Thai Looped UI
googleFonts: true
recipeProvider: noto
sources:
- NotoSansThaiLoopedUI.glyphs
1 change: 1 addition & 0 deletions sources/config-sans-thai-looped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ googleFonts: true
includeSubsets:
- from: Noto Sans
name: GF_Latin_Core
recipeProvider: noto
sources:
- NotoSansThaiLooped.glyphs
1 change: 1 addition & 0 deletions sources/config-sans-thai-ui.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildVariable: true
familyName: Noto Sans Thai UI
googleFonts: true
recipeProvider: noto
sources:
- NotoSansThaiUI.designspace
1 change: 1 addition & 0 deletions sources/config-sans-thai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ googleFonts: true
includeSubsets:
- from: Noto Sans
name: GF_Latin_Core
recipeProvider: noto
sources:
- NotoSansThai.designspace
1 change: 1 addition & 0 deletions sources/config-serif-thai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ googleFonts: true
includeSubsets:
- from: Noto Serif
name: GF_Latin_Core
recipeProvider: noto
sources:
- NotoSerifThai.glyphs

0 comments on commit b257d43

Please sign in to comment.