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 2d2274f commit 4a58808
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
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 || exit 1) && touch build.stamp
(for config in sources/config*.yaml; do . venv/bin/activate; gftools-builder $$config; done || exit 1) && touch build.stamp

.init.stamp: venv
. venv/bin/activate; python3 scripts/first-run.py
Expand Down
5 changes: 3 additions & 2 deletions sources/config-sans-armenian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ includeSubsets:
name: GF_Latin_Core
- from: Noto Sans
ranges:
- start: 0x2024 # ONE DOT LEADER "used as an Armenian semicolon"
end: 0x2024
- end: 8228
start: 8228
recipeProvider: noto
sources:
- NotoSansArmenian.glyphs
5 changes: 3 additions & 2 deletions sources/config-serif-armenian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ includeSubsets:
name: GF_Latin_Core
- from: Noto Serif
ranges:
- start: 0x2024 # ONE DOT LEADER "used as an Armenian semicolon"
end: 0x2024
- end: 8228
start: 8228
recipeProvider: noto
sources:
- NotoSerifArmenian.glyphs

0 comments on commit 4a58808

Please sign in to comment.