Skip to content

Commit

Permalink
Update Makefile to change font name canonically
Browse files Browse the repository at this point in the history
  • Loading branch information
mitradranirban authored Jan 1, 2025
1 parent 2dcc99c commit 961e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build.stamp: venv sources/config.yaml $(SOURCES)
rm -rf fonts
mkdir -p fonts/variable
mkdir -p fonts/webfonts
(for config in sources/config*.yaml; do . venv/bin/activate; ttx -d fonts/variable sources/ttx/Paribartan[SHDW,MASK].ttx && ttx -d fonts/webfonts --flavor woff2 sources/ttx/Paribartan[SHDW,MASK].ttx; done) && touch build.stamp
(for config in sources/config*.yaml; do . venv/bin/activate; ttx -d fonts/variable sources/ttx/Paribartan[MASK,SHDW].ttx && ttx -d fonts/webfonts --flavor woff2 sources/ttx/Paribartan[MASK,SHDW].ttx; done) && touch build.stamp

venv/touchfile: requirements.txt
test -d venv || python3 -m venv venv
Expand Down

0 comments on commit 961e0da

Please sign in to comment.