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