summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index d7e7c74..b7c5e86 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -36,6 +36,8 @@ python ${PWD}/render_auditor_reports.py \
cd ${HOME}
pdflatex "${REPORT_FILE_NOEXT}.tex"
+# Give twice to let TeX resolve the sections references.
+pdflatex "${REPORT_FILE_NOEXT}.tex"
# Remove garbage and set permissions.
rm "${REPORT_FILE_NOEXT}.aux"