From 4c778e7bc677894d82addcaa1e8d681d4f51e502 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 23 Mar 2026 00:59:35 +0100 Subject: [PATCH] Add cel slides template to TEXINPUTS in Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33256a9..14bde53 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ DOCUMENTS := $(patsubst src/%/main.tex,build/%.pdf,$(wildcard src/*/main.tex)) all: $(DOCUMENTS) build/%.pdf: src/%/main.tex build/prepared - latexmk $< + TEXINPUTS=./lib/cel-slides-template-2025:$(dir $<):$$TEXINPUTS \ + latexmk -outdir=build/$* $< mv build/main.pdf $@ build/prepared: