Skip to content

Commit

Permalink
Remove vestiges of applying MATH ttx dump
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Mar 4, 2024
1 parent 2991187 commit 0127056
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SOURCES=$(shell python3 scripts/read-config.py --sources )
FAMILY=$(shell python3 scripts/read-config.py --family )
TARGETS=fonts/NotoSansMath/hinted/ttf/NotoSansMath-Regular.ttf fonts/NotoSansMath/unhinted/ttf/NotoSansMath-Regular.ttf fonts/NotoSansMath/full/ttf/NotoSansMath-Regular.ttf

help:
@echo "###"
@echo "# Build targets for $(FAMILY)"
Expand All @@ -18,9 +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)
# Special math action!
touch build.stamp
(for config in sources/config*.yaml; do . venv/bin/activate; python3 -m notobuilder $$config; done) && touch build.stamp

.init.stamp: venv
. venv/bin/activate; python3 scripts/first-run.py
Expand Down

0 comments on commit 0127056

Please sign in to comment.