From: Rafael L. <rla...@us...> - 2003-03-28 08:45:43
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory sc8-pr-cvs1:/tmp/cvs-serv24477 Modified Files: Makefile.am Log Message: In the doc-stamp rule, replace "../../.." by "../$(top_srcdir)", because top_srcdir is guaranteed to be relative forever (according to the autoconf docs) and using "../../.." introduces a potential maintainance burden. |