diff --git a/autocompile.sh b/autocompile.sh
index 32da06dfdbd3bc8874f62a3356032a52bd8172b7..3c5421e66458c2eb94f228889c331659e15ac7f4 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