From c738ab28113285b5603f2c6c30f7f3cd172d6fa2 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 24 Jan 2024 00:27:46 +0100 Subject: [PATCH] return gls switch --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a921c3fd..5b3f1d89 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,12 @@ output: $(BOOK).pdf .PHONY: clean all -global: config/bind.sty .switch-gls .switch-gls: @touch -r Makefile .switch-gls config/bind.sty: @git submodule update --init -svg-inkscape: | config/bind.sty +svg-inkscape: | config/bind.sty .switch-gls @pdflatex -shell-escape -jobname $(BOOK) main.tex $(BOOK).pdf: svg-inkscape $(wildcard *.tex) $(wildcard config/*.sty) @pdflatex -jobname $(BOOK) main.tex -- GitLab