Test de chemin générique sans variable

This commit is contained in:
Benjamin Bohard 2022-04-13 13:25:32 +02:00
parent 7348a63cd3
commit 945b3da9ad
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pushd /src pushd /src
project_name=$(tamarin_db get project_name) project_name=$(tamarin_db get project_name)
for tex in presentations/$project_name/*.tex for tex in presentations/$project_name/**/*.tex
do do
rubber --inplace --module=xelatex "$tex" rubber --inplace --module=xelatex "$tex"
cp "${tex%.tex}.pdf" /dist/ cp "${tex%.tex}.pdf" /dist/