git ssb

0+

Grey the earthling / gkn.me.uk



Commit fa6ef0b9de841890798eb63faa2b5ce2b51a3afd

Regenerate when font files change, to copy updated font files into place

Grey Nicholson committed on 5/18/2022, 9:42:03 AM
Parent: 44e3f52d963ce869d51c6687b0ab8efd9eb05a59

Files changed

Makefilechanged
MakefileView
@@ -1,7 +1,7 @@
11 .PHONY: lint clean check-publish publish serve
22
3-output: $(shell find content static) .cache/generator .cache/lint
3 +output: $(shell find content static) .cache/generator .cache/fonts .cache/lint
44 python generator/generate.py
55 touch $@
66
77 .cache/generator: $(shell find generator) .cache/deps
@@ -15,8 +15,11 @@
1515 toolbox run pip install python-frontmatter==1.0.0
1616 mkdir -p .cache
1717 touch $@
1818
19 +.cache/fonts: $(shell find ~/Software/src/iosevka/dist/*/woff2/) ~/Software/src/smol-emoji/SmolEmoji-Regular.otf
20 + touch $@
21 +
1922 lint: .cache/lint
2023
2124 .cache/lint: $(shell find static/style)
2225 toolbox run npx -y prettier -w static/style/tarazed.css

Built with git-ssb-web