summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-11 13:34:13 +0100
committerVolpeon <git@volpeon.ink>2021-11-11 13:34:13 +0100
commite9a69b140a9aa44223c40d56aa738479131600fd (patch)
treed2796e5c5b53a83f030b95c5e61bf69e63bb0fc1 /Makefile
parentBody: Don't make bg white (diff)
downloadvolpeon.ink-e9a69b140a9aa44223c40d56aa738479131600fd.tar.gz
volpeon.ink-e9a69b140a9aa44223c40d56aa738479131600fd.tar.bz2
volpeon.ink-e9a69b140a9aa44223c40d56aa738479131600fd.zip
Fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 651401a..1cf364e 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ subpages = $(patsubst content/%.md,.cache/meta/%.json, \
53 mkdir -p $(@D) 53 mkdir -p $(@D)
54 $(eval PAGES_FILES = $(filter .cache/meta/%.json,$^)) 54 $(eval PAGES_FILES = $(filter .cache/meta/%.json,$^))
55 $(eval NAMESPACE = $(call namespace,$@,.cache/meta)) 55 $(eval NAMESPACE = $(call namespace,$@,.cache/meta))
56 $(if $(PAGES_FILES),jq -s --arg namespace "$(NAMESPACE)" -f scripts/subpages.jq $(PAGES_FILES) > "$@.pages",touch "$@.pages") 56 $(if $(PAGES_FILES),jq -s --arg namespace "$(NAMESPACE)" -f scripts/subpages.jq $(PAGES_FILES) > "$@.pages",echo "{}" > "$@.pages")
57 pandoc \ 57 pandoc \
58 -f markdown-citations \ 58 -f markdown-citations \
59 -t html5 \ 59 -t html5 \