On 18 Mar 2010, at 10:35, Michael Creel wrote: > Hi all, > Is it possible for a package to have subdirectories within the > package/inst directory? Would .m files in subdirectories be found > automatically? The reason I ask is because I would like to expand > the econometrics package to include some new thing, but I would like > to avoid mixing files together. I would like to have functionally > separate subdirs to keep things organized. > TIA, > Michael
Hi, I have done something similar for some packages e.g. ocs and secs2d. Subdirectories are installed automathically but to add them to and remove them from the path you have to include explicit commands in PKG_ADD and PKG_DEL files. c. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
