removing the line I do not understan

This commit is contained in:
Sergey Goncharov 2024-04-15 17:29:06 +02:00
parent 43e48574b3
commit 1a6b26e8a4

View File

@ -110,7 +110,7 @@ edit: $(SRCNAMES)
%.pdf: $(TEXSRC) $(wildcard $(THISDIR)*.tex) $(BBLNAMES) %.pdf: $(TEXSRC) $(wildcard $(THISDIR)*.tex) $(BBLNAMES)
@echo Compiling $@ @echo Compiling $@
($(PDF) $(@:.pdf=.tex) | grep -A 5 -B 5 ".*:[0-9]*:.*") || (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 @echo Recompile tikz images
@if [ -s $(@:.pdf=.makefile) ]; \ @if [ -s $(@:.pdf=.makefile) ]; \