octave-maintainers
[Top][All Lists]
Advanced

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

Re: Build warnings for documentation


From: Daniel J Sebald
Subject: Re: Build warnings for documentation
Date: Thu, 23 Aug 2012 17:31:34 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 08/23/2012 05:21 PM, Rik wrote:
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

It's not there, but I ran the command.


make plot.txt

What commands does make execute and do they succeed?

[interpreter]# make plot.txt
../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval "plotimages ('plot', 'txt');"

is what I see.

Dan


reply via email to

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