Subversion Repositories DevTools

Rev

Rev 5767 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5767 Rev 6932
Line 14... Line 14...
14
 
14
 
15
 
15
 
16
# Package the manifest tool perl module.
16
# Package the manifest tool perl module.
17
PackageFile         ('*', '--DirTree=gbe');
17
PackageFile         ('*', '--DirTree=gbe');
18
 
18
 
-
 
19
# Package the TEST certificates for TEST use
-
 
20
PackageFile         ('*', '--DirTree=etc');
-
 
21
PackageFile         ('*', 'etc/manifest/VixPulseManifestTest.key', '--Subdir=gbe/DIRECTIVES', '--Strip' );
-
 
22
PackageFile         ('*', 'etc/manifest/VixPulseManifestTest.crt', '--Subdir=gbe/DIRECTIVES', '--Strip' );
-
 
23
 
19
 
24
 
20
# Generate the makefile and complete
25
# Generate the makefile and complete
21
MakefileGenerate    ();
26
MakefileGenerate    ();
22
1;
27
1;