From 26adcbceaf78f0558efc1954b9d61add1d577b11 Mon Sep 17 00:00:00 2001 From: Sergey Goncharov Date: Mon, 15 Apr 2024 17:46:07 +0200 Subject: [PATCH] sync --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e376105..670690b 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ edit: $(SRCNAMES) %.pdf: $(TEXSRC) $(wildcard $(THISDIR)*.tex) $(BBLNAMES) @echo Compiling $@ - ($(PDF) $(@:.pdf=.tex)) || (touch --date="`date -R -r $(@:.pdf=.tex)`" $@ & grep "Warning" $(@:.pdf=.log)) + ($(PDF) $(@:.pdf=.tex)) || (touch --date="`date -R -r $(@:.pdf=.tex)`" $@ & grep "Warning" $(@:.pdf=.log)) @echo Recompile tikz images @if [ -s $(@:.pdf=.makefile) ]; \