From 2f5b3c05b2717a52ffb686ddc3130f95df35fc07 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Wed, 31 Mar 2021 16:42:47 +0200 Subject: [PATCH] extended garbage patterns --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2ff8ce..d02a724 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SUBDIRS = svg plt crc OUTDIR = build TEX_FLAGS = -file-line-error -interaction=nonstopmode COM_FLAGS = -output-directory=$(OUTDIR) -quiet -GARBAGE_PATTERNS = *.aux *.bbl *.bcf *.blg *.idx *.ind *.lof *.lot *.log *.xml *.toc +GARBAGE_PATTERNS = *.aux *.bbl *.bib *.bcf *.blg *.idx *.ind *.lof *.lot *.log *.xml *.toc SUB_TEX_FILES = $(foreach D,$(SUBDIRS),$(wildcard $(D)/*.tex)) SUB_PDF_FILES = $(join $(dir $(SUB_TEX_FILES)),$(addprefix $(OUTDIR)/,$(notdir $(SUB_TEX_FILES:tex=pdf)))) -- GitLab