We do not need .//: in TEXINPUTS and it sometimes causes problems by picking up *.deliverables from the examples. So it is better left out.
This commit is contained in:
parent
35e17a7565
commit
78a2208783
@ -22,7 +22,7 @@ PDFLATEX = pdflatex -interaction batchmode -file-line-error
|
|||||||
PROPCLS.dir = $(PROP.dir)/base
|
PROPCLS.dir = $(PROP.dir)/base
|
||||||
PROPETC.dir = $(PROP.dir)/etc
|
PROPETC.dir = $(PROP.dir)/etc
|
||||||
EUPROPCLS.dir = $(PROP.dir)/eu
|
EUPROPCLS.dir = $(PROP.dir)/eu
|
||||||
TEXINPUTS := .//:$(PROPCLS.dir)//:$(EUPROPCLS.dir)//:$(PROPETC.dir)//:
|
TEXINPUTS := $(PROPCLS.dir)//:$(EUPROPCLS.dir)//:$(PROPETC.dir)//:
|
||||||
BIBINPUTS := ../lib:$(BIBINPUTS)
|
BIBINPUTS := ../lib:$(BIBINPUTS)
|
||||||
export TEXINPUTS
|
export TEXINPUTS
|
||||||
export BIBINPUTS
|
export BIBINPUTS
|
||||||
|
@ -21,7 +21,7 @@ BBL = $(PROPOSAL:%.tex=%.bbl)
|
|||||||
PROPCLS.dir = $(PROP.dir)/base
|
PROPCLS.dir = $(PROP.dir)/base
|
||||||
PROPETC.dir = $(PROP.dir)/etc
|
PROPETC.dir = $(PROP.dir)/etc
|
||||||
DFGPROPCLS.dir = $(PROP.dir)/dfg
|
DFGPROPCLS.dir = $(PROP.dir)/dfg
|
||||||
TEXINPUTS := .//:$(PROPCLS.dir)//:$(DFGPROPCLS.dir)//:$(PROPETC.dir)//:
|
TEXINPUTS := $(PROPCLS.dir)//:$(DFGPROPCLS.dir)//:$(PROPETC.dir)//:
|
||||||
BIBINPUTS := $(BIB):$(BIBINPUTS)
|
BIBINPUTS := $(BIB):$(BIBINPUTS)
|
||||||
BIBS := $(shell ls $(BIB)/*.bib)
|
BIBS := $(shell ls $(BIB)/*.bib)
|
||||||
PROPCLS.clssty = proposal.cls pdata.sty reporting.cls
|
PROPCLS.clssty = proposal.cls pdata.sty reporting.cls
|
||||||
|
Loading…
Reference in New Issue
Block a user