Clean latexmk conf

This commit is contained in:
Jeff Lance 2020-08-09 17:28:32 +02:00
parent f724b91d6d
commit 0b238bcea7

View File

@ -2,7 +2,6 @@
~/.latexmkrc: confs/latexmkrc ~/.latexmkrc: confs/latexmkrc
- shell: - shell:
- - command: 'MYTEXMF=texmf/tex/latex ; [[ $(uname -s) = Darwin ]] && mkdir -p "$HOME/Library/$MYTEXMF" || [[ $(uname -s) = Linux ]] && mkdir -p "$HOME/$MYTEXMF"'
command: MYTEXMF=texmf/tex/latex ; if [ $(uname -s) = Darwin ]; then mkdir -p "$HOME/Library/$MYTEXMF"; elif [ $(uname -s) = Linux ]; then mkdir -p "$HOME/$MYTEXMF"; fi
description: Create latex personal directory description: Create latex personal directory