diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-11 12:18:26 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-11 12:18:26 -0700 |
| commit | a71eb735807962110c869d754de3a42d35ac0905 (patch) | |
| tree | 17f111da0dfe1f167e1feabbb8823cb19993ec98 /scripts/qmd2pdf | |
| parent | 341d636f2f1b9f3794b6b6602385a4a4851c13a7 (diff) | |
Add log files to move
Diffstat (limited to 'scripts/qmd2pdf')
| -rwxr-xr-x | scripts/qmd2pdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qmd2pdf b/scripts/qmd2pdf index 63c2be2..1c5cc6a 100755 --- a/scripts/qmd2pdf +++ b/scripts/qmd2pdf @@ -1,7 +1,7 @@ #!/bin/sh set -e quarto render "$1" -for f in *.acn *.acr *.alg *.glg *.glo *.gls *.glsdefs *.ist *.tex; do +for f in *.acn *.acr *.alg *.glg *.glo *.gls *.glsdefs *.ist *.tex *.log; do if [ -e "$f" ]; then mkdir -p render-files mv "$f" render-files/ |
