Test de chemin générique sans variable
This commit is contained in:
parent
4aecce6094
commit
7b2644b953
@ -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
Block a user