From c018f8e3023575112addf61e38f58cd2d75b3862 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 1 Jan 2021 12:51:17 +0100 Subject: Remove ./src build setup --- doc/paper/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/paper/Makefile b/doc/paper/Makefile index c9c5ff1..4826882 100644 --- a/doc/paper/Makefile +++ b/doc/paper/Makefile @@ -86,11 +86,6 @@ PDF_FILE=main.pdf # LATEX_MAIN_SOURCE=main.tex -# -# All latex sources -# -LATEX_SUB_SOURCES:=$(shell find src -iname '*.tex') - # # The main.aux file # @@ -169,7 +164,7 @@ test one_time: $(AUX_FILE) # # Generate main.aux from TeX sources # -$(AUX_FILE): $(LATEX_MAIN_SOURCE) $(LATEX_SUB_SOURCES) +$(AUX_FILE): $(LATEX_MAIN_SOURCE) @$(ECHO) "\t[LATEX]" @$(LATEX) $(LATEX_FLAGS) -draftmode $< >> $(MAKELOG) -- cgit v1.2.3