1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 16:55:07 -05:00

Make sure the makefile looks in curdir for files

Eg. in case you're generating something in the inbox
This commit is contained in:
Sam Whited 2015-09-01 19:53:49 -05:00 committed by Matthew A. Miller
parent ba1646cfca
commit 4eec7f6324

View File

@ -43,7 +43,7 @@ xep-%.pdf: $(OUTDIR)/xep-%.pdf
$(OUTDIR)/%.html: %.xml $(XMLDEPS)
xsltproc xep.xsl "$<" > "$@"
xsltproc --path $(CURDIR) xep.xsl "$<" > "$@"
$(OUTDIR)/%.pdf: %.xml $(TEMPDIR)/%.xml.texml $(TEMPDIR)/%.xml.texml.tex $(TEXMLDEPS)
cd $(TEMPDIR); xelatex $(TEMPDIR)/$<.texml.tex