I have a question concerning ampersand modules, and I'm hoping someone here can help me.
When a module has an ampersand module as part of it's definition, the ampersand module gets included in the root of the other module. My questio is: is there a way to have the ampersand module included in a subdirectory? For example, if my modules file looks something like this: amp1 amp1 amp2 amp2 mod &1 &2 then when I do a: cvs co mod I get a directory structure that looks like this: mod mod/amp1 mod/amp2 Now, is there a way to say that module amp1 should be included in module mod and be placed in a directory called tools. For example, when I do a checkout of module mod, I get the following directories: mod mod/tools/amp1 mod/amp2 Is this possible? Thanks, JDG -- Jay Dickon Glanville _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
