Subversion Repositories DevTools

Rev

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

Rev 5008 Rev 5505
Line 36... Line 36...
36
#.............................................................................
36
#.............................................................................
37
# Packaging definitions
37
# Packaging definitions
38
#
38
#
39
PackageFile ( '*', '--DirTree=.',
39
PackageFile ( '*', '--DirTree=.',
40
                   '--FilterOut=.jats.packageroot',
40
                   '--FilterOut=.jats.packageroot',
41
                   '--FilterOut=build.pl',
-
 
42
                   '--FilterOut=descpkg',
41
                   '--FilterOut=descpkg',
43
                   '--FilterOut=Makefile.gbe',
42
                   '--FilterOut=Makefile.gbe',
-
 
43
                   '--FilterOut=GENERIC.mk',
44
                   '--FilterOut=makefile.pl',
44
                   '--FilterOut=makefile.pl',
45
                   '--FilterOut=/.svn/',
45
                   '--FilterOut=/\.svn/',
46
                   '--FilterOut=jats_metrics.dat',
46
                   '--FilterOut=jats_metrics.dat',
47
                   '--FilterOut=_about.template',
47
                   '--FilterOut=_about.template',
-
 
48
                   '--FilterOut=/build/',
-
 
49
                   '--FilterOut=/archive/',
-
 
50
                   '--FilterOut=.*\.bak',
48
                   '--FilterOut=local_dpkg_archive',
51
                   '--FilterOut=local_dpkg_archive',
49
                   '--Prod', '--Prefix=etc' );
52
                   '--Prod', '--Prefix=etc' );
50
PackageFile ( '*', '_about.asp', '--Prefix=etc' );
53
PackageFile ( '*', '_about.asp', '--Prefix=etc' );
51
 
54
 
52
#..
55
#..