We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4579a32 commit 8e12be8Copy full SHA for 8e12be8
resources/build/build.lib.sh
@@ -766,6 +766,7 @@ function doCleanup() {
766
find -E . -path '*.git' -prune -o -regex ".*\.(brf|bak|aux|bbl|blg|idx|out|new|lot|loa|lof|toc|log|ilg|ind|gls|glo|slg|syg|syi|lol|maf|spl|glg|xdy|glsdefs|bcf|mtc.*|fls|fdb_latexmk|xref|tmp|idv|lg|dvi|4ct|4tc)$" -exec rm {} \;
767
find -E . -path '*.git' -prune -o -regex ".*-blx\.bib|.*biblatex_check\.html|.*biber_check.txt|.*\.run\.xml$" -exec rm {} \;
768
fi
769
+ command -v biber >/dev/null 2>&1 && rm -rf `biber --cache`
770
echo "done";
771
}
772
0 commit comments