diff --git a/docs/magic.sh b/docs/magic.sh
index 9b714f704f0afd14640188a6ca38f6c28e2b1a58..4edb86f7e664b8b1cd7e616620b6bad686181106 100755
--- a/docs/magic.sh
+++ b/docs/magic.sh
@@ -27,7 +27,7 @@ for week in 7 11 3 2 4 5 6 9 10 13 14; do
     bash -c "cd ..; /tmp/merge/build.sh"
   fi
 
-  if [ "$week" = "3" ] || [ "$week" = "8" ]; then
+  if [ "$week" = "3" ] || [ "$week" = "9" ]; then
     cp /tmp/merge/misc-functions.tex includes/misc-functions.tex
   fi