Le chemin des sources n’est pas complet
This commit is contained in:
parent
2a65d38c37
commit
4aecce6094
|
@ -1,11 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd /src
|
||||
pushd /src
|
||||
project_name=$(tamarin_db get project_name)
|
||||
for tex in $project_name/*.tex
|
||||
for tex in presentations/$project_name/*.tex
|
||||
do
|
||||
rubber --inplace --module=xelatex "$tex"
|
||||
cp "${tex%.tex}.pdf" /dist/
|
||||
# faire quelque chose pour le programme de la formation
|
||||
done
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in New Issue