diff options
Diffstat (limited to 'manual/presentation.sh')
-rwxr-xr-x | manual/presentation.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/presentation.sh b/manual/presentation.sh index 980e17723..a3557a477 100755 --- a/manual/presentation.sh +++ b/manual/presentation.sh @@ -24,6 +24,8 @@ done PDFTEX_OPT="-shell-escape -halt-on-error" +set -ex + if ! $fast_mode; then md5sum *.aux *.snm *.nav *.toc > autoloop.old make -C PRESENTATION_Intro |