From 9ddf5ed058fcb2b8694c6dbdd4d0e914989e1d92 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 8 Nov 2024 10:40:47 +0000 Subject: [PATCH] Update build process --- Makefile | 2 +- sources/config-sans-ugaritic.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0215f5..3a49c6e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/sources/config-sans-ugaritic.yaml b/sources/config-sans-ugaritic.yaml index 3b7a7d4..fb639ef 100644 --- a/sources/config-sans-ugaritic.yaml +++ b/sources/config-sans-ugaritic.yaml @@ -4,5 +4,6 @@ googleFonts: true includeSubsets: - from: Noto Sans name: GF_Latin_Core +recipeProvider: noto sources: - NotoSansUgaritic.designspace