From 78a2208783da0d3c9e34b4f7b7809bc18d151548 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Wed, 4 Mar 2020 07:35:48 +0100 Subject: [PATCH] We do not need .//: in TEXINPUTS and it sometimes causes problems by picking up *.deliverables from the examples. So it is better left out. --- examples/eu/strep/Makefile | 2 +- lib/Makefile.dfgproposal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/eu/strep/Makefile b/examples/eu/strep/Makefile index 0fcde12..3f09e2a 100644 --- a/examples/eu/strep/Makefile +++ b/examples/eu/strep/Makefile @@ -22,7 +22,7 @@ PDFLATEX = pdflatex -interaction batchmode -file-line-error PROPCLS.dir = $(PROP.dir)/base PROPETC.dir = $(PROP.dir)/etc EUPROPCLS.dir = $(PROP.dir)/eu -TEXINPUTS := .//:$(PROPCLS.dir)//:$(EUPROPCLS.dir)//:$(PROPETC.dir)//: +TEXINPUTS := $(PROPCLS.dir)//:$(EUPROPCLS.dir)//:$(PROPETC.dir)//: BIBINPUTS := ../lib:$(BIBINPUTS) export TEXINPUTS export BIBINPUTS diff --git a/lib/Makefile.dfgproposal b/lib/Makefile.dfgproposal index a2b893a..6e14736 100644 --- a/lib/Makefile.dfgproposal +++ b/lib/Makefile.dfgproposal @@ -21,7 +21,7 @@ BBL = $(PROPOSAL:%.tex=%.bbl) PROPCLS.dir = $(PROP.dir)/base PROPETC.dir = $(PROP.dir)/etc DFGPROPCLS.dir = $(PROP.dir)/dfg -TEXINPUTS := .//:$(PROPCLS.dir)//:$(DFGPROPCLS.dir)//:$(PROPETC.dir)//: +TEXINPUTS := $(PROPCLS.dir)//:$(DFGPROPCLS.dir)//:$(PROPETC.dir)//: BIBINPUTS := $(BIB):$(BIBINPUTS) BIBS := $(shell ls $(BIB)/*.bib) PROPCLS.clssty = proposal.cls pdata.sty reporting.cls