summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aaf589d..9e389b3 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,9 @@ subpages = $(patsubst content/%.md,.cache/meta/%.json, \
96 --metadata-file "$<" \ 96 --metadata-file "$<" \
97 --metadata build.mode="$(MODE)" \ 97 --metadata build.mode="$(MODE)" \
98 --template scripts/metadata.json \ 98 --template scripts/metadata.json \
99 -o "$@" "$<" 99 -o "$@.meta" "$<"
100 jq '{ tree: . }' "$@.meta" > "$@"
101 rm "$@.meta"
100 102
101.cache/assets.json: $(ASSET_FILES) | .cache 103.cache/assets.json: $(ASSET_FILES) | .cache
102 $(info [ASET] $@) 104 $(info [ASET] $@)