Create a shar file
"BUFFERNE,VINCENT (HP-France,ex1)" <[email protected]> Thu, 19 Sep 2002 15:14:25 +0200
| Newsgroups | gmane.comp.gnu.cons.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am using a module Mod2 containing one directory "foo_dir" Mod2: ./foo_dir This directory contains foo files foo_dir: ./foo1 ./foo2 ./foo3 ./foo4 ... I would like to shar the foo files during the compilation without having to specify the name of the foo files (I have hundreds of them so I do not want to maintain such a huge list of file names) . I have tried to use "Command", but it needs files in parameter and not directories.... Thanks for help, Vincent