mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Actually create outdir before copying resources
This commit is contained in:
parent
d018c1571d
commit
2d779e6be7
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user