From: Martin Mares Date: Wed, 21 Feb 2024 20:01:16 +0000 (+0100) Subject: Maintainer scripts: Compile only thesis.pdf, not the abstracts X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ef548a90a64b1d000faefb083c1478885e2f6389;p=diplomky.git Maintainer scripts: Compile only thesis.pdf, not the abstracts --- diff --git a/maint/mkdist b/maint/mkdist index 2732827..fc0998d 100755 --- a/maint/mkdist +++ b/maint/mkdist @@ -33,7 +33,7 @@ function specimen () ( cd out/$SPEC-$ver sed -i "/\\def\\ThesisType/s/{.*}/{$ver}/" -i metadata.tex - if ! make >make.log 2>&1 ; then + if ! make >make.log 2>&1 thesis.pdf ; then echo >2 "make failed, see $SPEC-$ver/make.log for details" exit 1 fi