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 2249d78 commit 1e40814
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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) && 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
Expand Down
13 changes: 7 additions & 6 deletions sources/config-sans-old-hungarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ includeSubsets:
name: GF_Latin_Core
- from: Noto Sans
ranges:
- start: 0x2E31
end: 0x2E31
- start: 0x205A
end: 0x205A
- start: 0x205D
end: 0x205E
- end: 11825
start: 11825
- end: 8282
start: 8282
- end: 8286
start: 8285
recipeProvider: noto
sources:
- NotoSansOldHungarian.glyphs

0 comments on commit 1e40814

Please sign in to comment.