summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-01 12:50:18 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-01 12:50:18 +0100
commit208d92f0f5992d8d79cafcab194888a5e33087ff (patch)
treec44108463908629824aa6658e9a6a30dcb49a18f
parente797f9de323fc189a3cc3f735da2954c45e9f96c (diff)
Remove gen setup
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--doc/paper/Makefile27
-rw-r--r--doc/paper/gen/Makefile5
2 files changed, 2 insertions, 30 deletions
diff --git a/doc/paper/Makefile b/doc/paper/Makefile
index 702d7c7..c9c5ff1 100644
--- a/doc/paper/Makefile
+++ b/doc/paper/Makefile
@@ -121,13 +121,6 @@ export MAKELOG
SCRIPTS=scripts
export SCRIPTS
-#
-# The directory where are the generator scripts
-#
-GEN_DIR=gen
-export GEN_DIR
-
-
##
@@ -168,13 +161,6 @@ test one_time: $(AUX_FILE)
-gen_tex:
- @$(ECHO) "\t[MAKE] $(GEN_DIR)"
- @$(MAKE) $(MAKE_FLAGS) -C $(GEN_DIR)
-
-
-
-
##
## Generation tasks
##
@@ -183,7 +169,7 @@ gen_tex:
#
# Generate main.aux from TeX sources
#
-$(AUX_FILE): $(LATEX_MAIN_SOURCE) $(LATEX_SUB_SOURCES) gen_tex
+$(AUX_FILE): $(LATEX_MAIN_SOURCE) $(LATEX_SUB_SOURCES)
@$(ECHO) "\t[LATEX]"
@$(LATEX) $(LATEX_FLAGS) -draftmode $< >> $(MAKELOG)
@@ -222,7 +208,7 @@ clean: nearly_clean
#
# Remove everything except the target pdf file
#
-nearly_clean: clean_gen
+nearly_clean:
@for tmp in $(LATEX_TMPFILES_FLAT);do \
$(ECHO) "\t[RM]\t*.$$tmp"; \
$(RM) *.$$tmp; \
@@ -234,12 +220,3 @@ nearly_clean: clean_gen
@$(ECHO) "\t[RM]\t$(MAKELOG)"
@$(RM) $(MAKELOG)
-#
-# Clean gen
-#
-clean_gen:
- @$(ECHO) "\t[MAKE]\t$(GEN_DIR) clean"
- @$(MAKE) $(MAKE_FLAGS) -C $(GEN_DIR) clean
-
-
-
diff --git a/doc/paper/gen/Makefile b/doc/paper/gen/Makefile
deleted file mode 100644
index a2a40b7..0000000
--- a/doc/paper/gen/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- :
-
-clean:
- :