aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@ $<