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
1 changed files with 1 additions and 1 deletions

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