From c129df28338644c43b0a202ff71e1ff61107e765 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 5 Sep 2024 14:41:50 +0200 Subject: WIP time2tex --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 0802e01..6c234ba 100644 --- a/makefile +++ b/makefile @@ -9,3 +9,6 @@ LATEXMKFLAGS += -interaction=nonstopmode plantuml -tpdf $< mv $*.pdf $@ +%.tex: %.txt + ./time2tex.py $< > $@ + -- cgit v1.2.3