I get the following error:
...found 274 target(s)...
...updating 2 target(s)...
MkDir1 ./out/docs/pdf/manual
RunTexi2DVI ./out/docs/pdf/manual/csmanual.pdf
*** ERROR: texi2pdf reported one or more errors.
*** ERROR: See ./out/docs/pdf/manual/csmanual.pdflog for details.
texi2pdf -I c:/Programme/CrystalSpace/CS/docs/texinfo --batch --output=./out/docs/pdf/manual/csmanual.pdf c:/Programme/CrystalSpace/CS/docs/texinfo/cs-unix.tx
i > ./out/docs/pdf/manual/csmanual.pdflog 2>&1
if test $? -ne 0; then
echo "*** ERROR: texi2pdf reported one or more errors."
echo "*** ERROR: See ./out/docs/pdf/manual/csmanual.pdflog for details."
false
fi
if test $? -eq 0; then
grep hbox ./out/docs/pdf/manual/csmanual.pdflog >/dev/null 2>&1
if test $? -eq 0; then
echo "*** WARNING: texi2pdf reported 'hbox' warnings." && \
echo "*** WARNING: See ./out/docs/pdf/manual/csmanual.pdflog for details."
else
rm -f ./out/docs/pdf/manual/csmanual.pdflog
fi
true
else
false
fi
...failed RunTexi2DVI ./out/docs/pdf/manual/csmanual.pdf ...
...failed updating 1 target(s)...
...updated 1 target(s)...