Test de chemin générique sans variable
This commit is contained in:
parent
7348a63cd3
commit
945b3da9ad
|
@ -2,7 +2,7 @@
|
|||
|
||||
pushd /src
|
||||
project_name=$(tamarin_db get project_name)
|
||||
for tex in presentations/$project_name/*.tex
|
||||
for tex in presentations/$project_name/**/*.tex
|
||||
do
|
||||
rubber --inplace --module=xelatex "$tex"
|
||||
cp "${tex%.tex}.pdf" /dist/
|
||||
|
|
Loading…
Reference in New Issue