Changeset 487 for branches/Release04x02/tools/TWikiKernel/build.pl
- Timestamp:
- 11/09/08 16:27:33 (4 years ago)
- File:
-
- 1 edited
-
branches/Release04x02/tools/TWikiKernel/build.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/tools/TWikiKernel/build.pl
r3 r487 3 3 # Build for TWiki 4 4 # Crawford Currie 5 # Copyright (C) TWikiContributors, 2005 5 # Copyright (C) 2006-2008 ProjectContributors. All rights reserved. 6 # ProjectContributors are listed in the AUTHORS file in the root of 7 # the distribution. 6 8 7 9 use strict; … … 80 82 81 83 #check in 82 `ci -mbuildrelease -w TWikiContributor -t-new-topic $new/$file 2>&1`;84 `ci -mbuildrelease -wProjectContributor -t-new-topic $new/$file 2>&1`; 83 85 #get a copy of the latest revsion, no lock 84 86 `co -u -M $new/$file 2>&1`; … … 113 115 print `perl $this->{basedir}/tools/gendocs.pl -debug -root $this->{tmpDir}`; 114 116 $this->cp( "$this->{tmpDir}/AUTHORS", 115 "$this->{tmpDir}/pub/Main/ TWikiContributor/AUTHORS" );117 "$this->{tmpDir}/pub/Main/ProjectContributor/AUTHORS" ); 116 118 $this->cp( "$this->{tmpDir}/AUTHORS", 117 "$this->{tmpDir}/pub/TWiki/ TWikiContributor/AUTHORS" );119 "$this->{tmpDir}/pub/TWiki/ProjectContributor/AUTHORS" ); 118 120 119 121 for my $script qw( view rdiff ) {
Note: See TracChangeset
for help on using the changeset viewer.
