Skip to content

Commit 1ef5899

Browse files
committed
Update build process
1 parent c18ac4c commit 1ef5899

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

+1-1
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-multani.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ includeSubsets:
66
name: GF_Latin_Core
77
- from: Noto Sans Devanagari
88
ranges:
9-
- start: 0x0964
10-
end: 0x0965
9+
- end: 2405
10+
start: 2404
11+
recipeProvider: noto
1112
sources:
1213
- NotoSansMultani.designspace

0 commit comments

Comments
 (0)