Skip to content
Snippets Groups Projects
Commit f61f9261 authored by Sergey Goncharov's avatar Sergey Goncharov
Browse files

minor

parent 0fc7eafb
No related branches found
No related tags found
No related merge requests found
Pipeline #87821 passed
......@@ -122,7 +122,7 @@ edit: $(SRCNAMES)
test -s $(@:.pdf=.cit) || echo '' | $(MD5SUM) > $(@:.pdf=.cit)
@echo If the citations were updated recompile the .bbl file
grep -o -G "Citation \`[^']*" $(@:.pdf=.log) | $(MD5SUM) -c --status $(@:.pdf=.cit) || -rm *.bbl; $(MAKE) bibtex; $(PDF) $(@:.pdf=.tex) >/dev/null
grep -o -G "Citation \`[^']*" $(@:.pdf=.log) | $(MD5SUM) -c --status $(@:.pdf=.cit) || rm -f *.bbl; $(MAKE) bibtex; $(PDF) $(@:.pdf=.tex) >/dev/null
@echo -n "Search for dangling references.. "
@if grep -q "Rerun to get cross-references right." $(@:.pdf=.log); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment