Compare commits

..

1 Commits

Author SHA1 Message Date
sergey 6f6862db5e Remove corrupt .aux on pdflatex failure to prevent broken next-run
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 19:27:43 +01:00
+1 -1
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)`" $@ & rm -f $(@:.pdf=.aux) & grep "Warning" $(@:.pdf=.log))
@echo Recompile tikz images