From 7852b493d2696b7ea8292db7b31b63fc54e0c745 Mon Sep 17 00:00:00 2001 From: saundersp Date: Tue, 3 Dec 2024 18:23:02 +0100 Subject: [PATCH] Makefile : Simpler inner_pdf target --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 75ba2cf..ec03089 100644 --- a/Makefile +++ b/Makefile @@ -31,12 +31,13 @@ references: $(REFERENCES) bibtex $(OUT_DIR)/annexes bibtex $(OUT_DIR)/references -.PHONY: --inner_pdf ---inner_pdf: $(CONTENTS) $(PACKAGES) $(REFERENCES) $(GRAPHS) +.PHONY: inner_pdf +inner_pdf: $(CONTENTS) $(PACKAGES) $(REFERENCES) $(GRAPHS) | $(OUT_DIR) pdflatex -output-directory $(OUT_DIR) main.tex .PHONY: pdf -pdf: $(GRAPHS_IMG) --inner_pdf references index --inner_pdf references --inner_pdf +pdf: graphs inner_pdf references index + make inner_pdf .PHONY: preview preview: pdf