]> mj.ucw.cz Git - diplomky.git/commitdiff
Maintainer scripts: Compile only thesis.pdf, not the abstracts en-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:55 +0000 (21:01 +0100)
maint/mkdist

index bcb89a9a79c4a333eb4abb7fd32246a18ca7b316..dc1c94ee26f516dc27fd7c4028c63952dfb0aa63 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