]> git.lyx.org Git - lyx.git/blobdiff - lib/build-listerrors
Dekel's lyxrc.example; Angus's FormDocument; John's build-listerrors; POTFILES.in...
[lyx.git] / lib / build-listerrors
index c8f371ef5492e7b1bfbc14a4059c77e682b4c055..366600447dbc969b1b9a72e8aa74475a1b8f5961 100755 (executable)
@@ -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