From: Paul K. <pki...@us...> - 2004-08-08 16:52:28
|
On Aug 7, 2004, at 10:39 AM, Rafael Laboissiere wrote: > I am planing to contribute this package to octave-forge, but I would > appreciate if any statisticians lurking this mailing list could give a > look > at it before. Is it okay if I add the files in a separate directory > under > main/statistics, say main/statistics/probit? The octave-forge `packaging system' does not support subdirectories. If you have a lot of functions, it will be easier to add main/probit. If you don't have a lot of functions, then do you really need a separate subdirectory? Without thinking about it a whole lot I prefer a shallower package tree, especially since we have a flat namespace. If you do decide to go deeper, please put the logic in main/Makefile in such a way that other packages can easily support installable subdirectories, e.g., with a file listing them in the top level of the package. Also, unify this with what David has done in fixed, since it has some subdirectories. - Paul |