diff options
Diffstat (limited to 'templates/latex/academia/build.sh')
l---------[-rwxr-xr-x] | templates/latex/academia/build.sh | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/templates/latex/academia/build.sh b/templates/latex/academia/build.sh index 1206ee7..4220aab 100755..120000 --- a/templates/latex/academia/build.sh +++ b/templates/latex/academia/build.sh @@ -1,14 +1 @@ -#!/usr/bin/env sh - -# if no parameter is given, use 'dst' as destination directory -if [ -z "$1" ]; then - dst=build -else - dst="$1" -fi - -# find all directories which are not the destination dir or inside it -find . -type d -not -name "$dst" -not -path "./$dst/*" -printf '%P\n' | while IFS= read -r dir; do - mkdir --parents "$dst/$dir" -done -latexmk -outdir="$dst" -file-line-error -pdflatex -recorder "./%INIT_APPLICATION_NAME.tex" +../../../common/scripts/latex/build.sh \ No newline at end of file |