This commit is contained in:
Sergey Goncharov 2024-04-15 17:46:07 +02:00
parent 1a6b26e8a4
commit 26adcbceaf

View File

@ -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) ]; \