Hello, I want to create an alias module that includes some but not all of the files in a directory. I know that I can just list each file individually in the module definition of the 'modules' file. I am wondering if there is a way to do it without having to list each file in the 'modules' file. It is going to be a large number of files and this will make the 'modules' file very long. Can the files be listed in some other file that is then referenced in the module declaration or something? I am using CVS in linux (Red Hat Enterprise).
Thanks
