diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 15:30:31 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 15:30:31 +0200 |
commit | c491ee7b67aeb30c021e6f540bdaa7c19d484760 (patch) | |
tree | ea8f2a7b17534914b8acc9417f80feaffda39e17 /Makefile | |
parent | ebada0773fd93dac5648ab7209ac67a208007d74 (diff) |
Use my custom fonts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,9 @@ sources := ${shell find src -type f -regextype egrep -regex '.*/(index\.html|.* outputs := ${sources:src/%=out/%} outputs := ${outputs:%.dot=%.svg} -all: ${outdirs} ${outputs} +all: ${outdirs} ${outputs} fonts + @cp -r fonts out + @printf 'CP\tfonts\n' ${outdirs}: @mkdir -p $@ |