From 2bc3e6c3ad129d39826aa6a4c6ed336460d3b8d9 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 1 Jan 2024 16:21:26 +0100 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f552ebf..ae0ce120 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ config/bind.sty: svg-inkscape: | config/bind.sty @pdflatex -shell-escape -jobname $(BOOK) main.tex -$(BOOK).pdf: $(wildcard *.tex) $(wildcard config/*.sty) +$(BOOK).pdf: svg-inkscape $(wildcard *.tex) $(wildcard config/*.sty) @pdflatex -jobname $(BOOK) main.tex all: $(BOOK).pdf -- GitLab