Really really obey the apidox setting. I swear Perl is starting to confuse me

more and more every day, maybe I should research the difference between the
and keyword and &&, because it's apparently not just precedence.

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=414050
wilder
Michael Pyne 21 years ago
parent 0fbb4fd4d2
commit 30f2e158dd
  1. 2
      kdesvn-build

@ -2646,7 +2646,7 @@ EOF
{
# Build succeeded, build docs if necessary
my $apidox_result = 0;
my $build_apidox = make_apidox_supported($module) and get_option($module, 'apidox');
my $build_apidox = make_apidox_supported($module) && get_option($module, 'apidox');
if ($build_apidox)
{
$apidox_result = safe_make ($module, $trynumber, 1);

Loading…
Cancel
Save