From b6cca8ffe60e4978e07980dd9ae8820a474a9301 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.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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.yaml b/sources/config.yaml index 1c3b98d..c8b8dc5 100644 --- a/sources/config.yaml +++ b/sources/config.yaml @@ -1,10 +1,11 @@ -googleFonts: true buildVariable: false category: - SERIF -sources: -- NotoSerifOttomanSiyaq.glyphs familyName: Noto Serif Ottoman Siyaq +googleFonts: true includeSubsets: - from: Noto Serif name: GF_Latin_Core +recipeProvider: noto +sources: +- NotoSerifOttomanSiyaq.glyphs