version 1.59, 2012/01/23 12:48:45
|
version 1.60, 2012/01/27 23:50:57
|
Line 1324 END
|
Line 1324 END
|
return $result; |
return $result; |
} |
} |
my $bflag='-b1'; |
my $bflag='-b1'; |
$bflag='-b3' if $dependencies or $buildlink; |
$bflag='-b3' if (($dependencies or $buildlink) or |
|
($categoryname eq 'pdf manual')); |
if ($tokeninfo[2]{type} eq 'private') { |
if ($tokeninfo[2]{type} eq 'private') { |
return <<END; |
return <<END; |
$buildtest \@if (test -e "${sourceroot}/${source}") && (test -e "${targetroot}/${target}"); then \\ |
$buildtest \@if (test -e "${sourceroot}/${source}") && (test -e "${targetroot}/${target}"); then \\ |