octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build warnings for documentation


From: Rik
Subject: Re: Build warnings for documentation
Date: Thu, 23 Aug 2012 15:21:22 -0700

On 08/23/2012 02:18 PM, address@hidden wrote:
> Then there are a bunch of warnings related to processing the
> documentation, such as:
>
> ./plot.texi:97: warning: @image file `plot.txt' (for text) unreadable:
> No such file or directory.
> ./plot.texi:376: warning: @image file `hist.txt' (for text) unreadable:
> No such file or directory.
Dan,

These are more than warnings.  Something has gone wrong in the
documentation build process and you don't have a 'plot.txt' file
available.  Try the following:

cd <your_build_directory>/doc/interpreter
rm -f plot.txt  # I don't think the file is there to begin with, but this
won't hurt
make plot.txt

What commands does make execute and do they succeed?

--Rik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]