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:
parent
ba1646cfca
commit
4eec7f6324
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user