From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Mar 19 16:02:12 2004 Subject: Re: Octave class reference From: "John W. Eaton" To: Michael Creel Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 19 Mar 2004 16:01:25 -0600 On 15-Mar-2004, Michael Creel wrote: | On Monday 15 March 2004 13:06, JD Cole wrote: | > >John has expressed some interest in incorporating this into Octave, so if | > >someone knows how to modify the Octave makefile to run the script if so | > >configured, perhaps you could send him a patch. | > | > Should it be automatically generated for any build or conditional? | > | > ...and I was thinking about adding a check for doxygen in the configure | > script too. | > | > JD | | It seems to me like it should be conditional, since relatively few | users would use it, and as you note, doxygen is a requirement that | will usually not be satisfied. M. When I suggested adding the commands to the Makefile, I was thinking of adding a separate target for generating the files. It would not be a dependency of "all", so it would not be built by default. It would only be necessary to add something to the configure script if you decided that finding the name or location of the doxygen program needed to be done automatically. Since the rule would be optional in the Makefile anyway, I don't think it would be necessary. jwe