diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-14 11:10:00 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-14 11:10:00 +0200 |
commit | 4d085ec22a6d8560913f61096a83ebda4bbaa740 (patch) | |
tree | e5a4e0d290762ffa782e9cde90148dd05a976bc1 /makefile | |
parent | fea8645802845447a4e03bd40bc481b1bed48f75 (diff) |
clean up LaTeX build system
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index 15eae95..0000000 --- a/makefile +++ /dev/null @@ -1,17 +0,0 @@ -all: plan.pdf -all: research.pdf - -LATEXMKFLAGS += -cd -LATEXMKFLAGS += -interaction=nonstopmode -%.pdf: %.tex - -latexmk $(LATEXMKFLAGS) $< - -%.puml.pdf: %.puml - plantuml -tpdf $< - mv $*.pdf $@ - -%.tex: %.txt - ./time2tex.py $< > $@ - -timerep.pdf: time.tex - |