From 97ac8133efd9cc24e7578cec2404dd336bf51189 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Sun, 12 Jun 2016 13:07:01 +0200 Subject: [PATCH] fixing bbl --- eu/examples/strep/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eu/examples/strep/Makefile b/eu/examples/strep/Makefile index 32d4809..6973cce 100644 --- a/eu/examples/strep/Makefile +++ b/eu/examples/strep/Makefile @@ -19,8 +19,7 @@ TBIB.aux = $(TBIB:%.tex=%.aux) # their aux files. PDATA = $(PROPOSAL:%.tex=%.pdata) # the proposal project data SRC = $(filter-out $(TARGET),$(shell ls *.tex)) # included files PDFLATEX = pdflatex -interaction batchmode -file-line-error -BBL.base = 1 2 3 4 -BBL = $(PROPOSAL:%.tex=%.bbl) $(BBL.base:%=$(PROPOSAL:%.tex=%)%-blx.bbl) +BBL = $(PROPOSAL:%.tex=%.bbl) PROPCLS.dir = $(PROP.dir)/base PROPETC.dir = $(PROP.dir)/etc EUPROPCLS.dir = $(PROP.dir)/eu