fix: Added missing semicolon.

pull/42/head
Holger Dell 2022-08-08 14:00:35 +02:00 committed by Bastian Rieck
parent 13eee98e6c
commit 3f40d3291c
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ sub makeglossaries {
$lualatex = 'lualatex %O --shell-escape %S';
$pdf_mode = 4;
$clean_ext = "%R.acn %R.acr %R.alg %R.aux %R.auxlock %R.bak %R.bbl %R.blg %R.dvi %R.fls %R.glg %R.glo %R.gls %R.idx %R.ist %R.ilg %R.ind %R.log %R.out %R.pdf %R.ps %R.sav %R.swp %R.toc %R.run.xml %R-blx.bib %R_latexmk %R~ %R.pgf-plot.%R Figures/External/"
$clean_ext = "%R.acn %R.acr %R.alg %R.aux %R.auxlock %R.bak %R.bbl %R.blg %R.dvi %R.fls %R.glg %R.glo %R.gls %R.idx %R.ist %R.ilg %R.ind %R.log %R.out %R.pdf %R.ps %R.sav %R.swp %R.toc %R.run.xml %R-blx.bib %R_latexmk %R~ %R.pgf-plot.%R Figures/External/";