Changeset 1923 for libswish3/trunk/libswish3.build
- Timestamp:
- 03/19/07 11:58:02 (1 year ago)
- Files:
-
- libswish3/trunk/libswish3.build (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/libswish3.build
r1913 r1923 7 7 use File::Path; 8 8 9 my $tmp = '/tmp/swish parser.build';10 my $htdocs = '/opt/trac/swish parser/htdocs';9 my $tmp = '/tmp/swish3.build'; 10 my $htdocs = '/opt/trac/swish3/htdocs'; 11 11 my $doc = $htdocs . '/doc'; 12 12 my $dl = $htdocs . '/download'; … … 38 38 print P "<ul>"; 39 39 for my $pod ( 40 qw/ swish parser.7 swishp_lint.1 swishp_words.1 swishp_isw.1 libswishp.3 /)40 qw/ swish_lint.1 swish_words.1 swish_isw.1 libswish3.3 /) 41 41 { 42 42 shell(
