X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbuild-listerrors;h=366600447dbc969b1b9a72e8aa74475a1b8f5961;hb=2c80c7bdd18297db73e9715f6647c7c10ff06c75;hp=c8f371ef5492e7b1bfbc14a4059c77e682b4c055;hpb=8d463d54ce77b0ba83c423b00c114cb3a148b8ab;p=lyx.git diff --git a/lib/build-listerrors b/lib/build-listerrors index c8f371ef54..366600447d 100755 --- a/lib/build-listerrors +++ b/lib/build-listerrors @@ -27,4 +27,10 @@ if [ -f $dir/examples/Literate.nw ] then mv $dir/examples/Literate.nw Literate.nw which notangle 2>/dev/null && notangle -Rbuild-script Literate.nw | sh +else + # you don't have noweb installed so we'll produce a dummy file + # just so make doesn't keep trying to output it. + touch listerrors fi + +exit 0