From 2d779e6be7bf91cb4ad7f3a8c00385f027c4cfbd Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Thu, 5 Jan 2017 13:33:54 -0600 Subject: [PATCH] Actually create outdir before copying resources --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8aaade9a..680f7c98 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ $(OUTDIR)/%.html: %.xml $(XMLDEPS) dependencies # Actually build the HTML xsltproc --path $(CURDIR) xep.xsl "$<" > "$@" && echo "Finished building $@" -$(OUTDIR)/xmpp.pdf $(OUTDIR)/xmpp-text.pdf: +$(OUTDIR)/xmpp.pdf $(OUTDIR)/xmpp-text.pdf: $(OUTDIR) cp "resources/$(notdir $@)" "$@" $(OUTDIR)/%.pdf: %.xml $(TEXMLDEPS) $(XMLDEPS) dependencies