]> mj.ucw.cz Git - diplomky.git/commitdiff
Maintainer scripts: Compile only thesis.pdf, not the abstracts cs-specimen
authorMartin Mares <mj@ucw.cz>
Wed, 21 Feb 2024 20:01:16 +0000 (21:01 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 21 Feb 2024 20:01:16 +0000 (21:01 +0100)
maint/mkdist

index 27328279ce4202f171cd1f6f0613f3af540898f9..fc0998dd13761f62298f0469199733270fa083fe 100755 (executable)
@@ -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