From 4f5945dff03d15839e3b48daa9be884cb899cbf9 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Sun, 12 Jun 2016 12:42:18 +0200 Subject: [PATCH] fixing bbl --- dfg/examples/report/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfg/examples/report/Makefile b/dfg/examples/report/Makefile index aa97163..6a39952 100644 --- a/dfg/examples/report/Makefile +++ b/dfg/examples/report/Makefile @@ -14,7 +14,7 @@ TBIB.aux = $(TBIB:%.tex=%.aux) # their aux files. PDATA = $(REPORT:%.tex=%.pdata) # the proposal project data SRC = $(filter-out $(TARGET),$(shell ls *.tex)) # included files PDFLATEX = pdflatex -interaction batchmode -file-line-error -BBL = $(REPORT:%.tex=%.bbl) $(REPORT:%.tex=%1-blx.bbl) $(REPORT:%.tex=%2-blx.bbl) #$(CVP:%.tex=%.bbl) +BBL = $(REPORT:%.tex=%.bbl) PROPCLS.dir = $(PROP.dir)/base PROPETC.dir = $(PROP.dir)/etc DFGPROPCLS.dir = $(PROP.dir)/dfg