From fffce440fd5772d4ef2a9e2c22ee33ad7921ec9d Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Wed, 15 Jan 2020 02:18:20 +0100 Subject: [PATCH] correct autocompile to new name --- autocompile.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autocompile.sh b/autocompile.sh index 32da06df..3c5421e6 100755 --- a/autocompile.sh +++ b/autocompile.sh @@ -1,7 +1,7 @@ #!/bin/bash -[ -d ../config ] && git subtree -P config pull ../config master && git subtree -P config push ../config fb -pdflatex First_Blood.tex -pdflatex First_Blood.tex -makeindex First_Blood.idx -makeglossaries First_Blood -pdflatex First_Blood.tex +[ -d ../config ] && git subtree -P config pull ../config master && git subtree -P config push ../config core +pdflatex main.tex +pdflatex main.tex +makeindex main.idx +makeglossaries main +pdflatex main.tex -- GitLab