aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2026-08-07 17:30:31 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2026-08-07 17:30:31 +0200
commit36b9bbcf03af63773d54f94700fc3d6d43bc3bfc (patch)
tree0f0d423ea40f26668718e146df6fad97594c550a /Makefile
parent5537e0ce91fa1422a4ea9d5840b9b1339095c255 (diff)
A couple common designsHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f505013..d053c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ pdf: $(PDF_TARGETS)
nup: $(NUP4_TARGETS) $(NUP2_TARGETS)
verso: $(VERSO_TARGETS) $(VERSO_NUP4_TARGETS) $(VERSO_NUP2_TARGETS)
-$(BUILDDIR)/%.ps: designs/%.yaml
+$(BUILDDIR)/%.ps: designs/%.yaml conf/*
mkdir -p ${BUILDDIR}
./bin/render -o $@ $<