Skip to content

Commit cc41f61

Browse files
committed
add shebang
1 parent 2bed687 commit cc41f61

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ venv-test: venv-test/touchfile
2222

2323
build.stamp: venv .init.stamp sources/config.yaml $(SOURCES)
2424
rm -rf fonts
25-
(for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done) && touch build.stamp
25+
(for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done) && ./build_instances.sh && touch build.stamp
2626

2727
.init.stamp: venv
2828
. venv/bin/activate; python3 scripts/first-run.py

build_instances.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#!/bin/bash
2+
13
fonttools varLib.instancer fonts/variable/Urbanist\[ital,wght\].ttf ital=0 -o fonts/variable/Urbanist\[wght\].ttf --update-name-table
24
fonttools varLib.instancer fonts/variable/Urbanist\[ital,wght\].ttf ital=1 -o fonts/variable/Urbanist-Italic\[wght\].ttf --update-name-table

0 commit comments

Comments
 (0)