octave-maintainers
[Top][All Lists]
Advanced

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

Automating properties in doc


From: Michael D. Godfrey
Subject: Automating properties in doc
Date: Wed, 11 Jun 2014 17:23:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Rik,

You pointed out that:

## In Octave
unlink doctmp
diary doctmp
set (0)
diary off
exit

could be used as part of making the graphics properties
automatically generated from octave. I noticed that:

oct --eval "unlink doctmp; diary doctmp;set (0);diary off;"

does the same thing, and is a bit simpler. Right?

So, if you have a spare few minutes could you indicate
where these calls (and the perl call) should go?
In genprops.awk? Or?

Anyhow, I think that the patch I submitted yesterday
does the right thing for now, but automating the
property generation will ensure that it does not drop
out of sync again soon.

Michael



reply via email to

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