Skip to content

Commit 8b7d0d7

Browse files
committed
Update build process
1 parent 0efb263 commit 8b7d0d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

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

+1
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
- NotoSansMarchen.designspace

0 commit comments

Comments
 (0)