diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-11-08 12:39:01 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-11-08 12:39:01 +0100 |
commit | 12ffe0c438f0a971da081189524433f9178fa002 (patch) | |
tree | 17c10b8ff244111bdef2132a385cf7695db6e8a3 /manual/presentation.sh | |
parent | d92fb5b35eff8c616f1b5de355d13b642e830c8f (diff) | |
download | yosys-12ffe0c438f0a971da081189524433f9178fa002.tar.gz yosys-12ffe0c438f0a971da081189524433f9178fa002.tar.bz2 yosys-12ffe0c438f0a971da081189524433f9178fa002.zip |
Some fixes in presentation
Diffstat (limited to 'manual/presentation.sh')
-rwxr-xr-x | manual/presentation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/presentation.sh b/manual/presentation.sh index a3557a477..ca8a6c93c 100755 --- a/manual/presentation.sh +++ b/manual/presentation.sh @@ -27,7 +27,7 @@ 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 |