summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-01 12:51:17 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-01 12:51:56 +0100
commitc018f8e3023575112addf61e38f58cd2d75b3862 (patch)
treef2f9b4c8817fddd632e37475c51645e9b734e67b
parent208d92f0f5992d8d79cafcab194888a5e33087ff (diff)
Remove ./src build setup
-rw-r--r--doc/paper/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/paper/Makefile b/doc/paper/Makefile
index c9c5ff1..4826882 100644
--- a/doc/paper/Makefile
+++ b/doc/paper/Makefile
@@ -87,11 +87,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
#
AUX_FILE=main.aux
@@ -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)