aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-05 14:41:50 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-05 14:41:50 +0200
commitc129df28338644c43b0a202ff71e1ff61107e765 (patch)
tree5ca578f2f28ab1bc16f934e1905f8c647da99797 /makefile
parentce495dfbfd3eaecb84b3c536ad2176a7249d5b19 (diff)
WIP time2tex
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
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 $< > $@
+