View | Details | Raw Unified | Return to bug 34319
Collapse All | Expand All

(-)a/Makefile.PL (-3 / +1 lines)
Lines 313-319 my $target_map = { Link Here
313
  './clubs'                     => 'INTRANET_CGI_DIR',
313
  './clubs'                     => 'INTRANET_CGI_DIR',
314
  './course_reserves'           => 'INTRANET_CGI_DIR',
314
  './course_reserves'           => 'INTRANET_CGI_DIR',
315
  './cpanfile'                  => 'PERL_MODULE_DIR',
315
  './cpanfile'                  => 'PERL_MODULE_DIR',
316
  './cypress.config.ts'         => 'NONE',
317
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
316
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
318
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
317
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
319
  './docs/teams.yaml'           => { target => 'DOC_DIR', trimdir => -1 },
318
  './docs/teams.yaml'           => { target => 'DOC_DIR', trimdir => -1 },
Lines 398-404 my $target_map = { Link Here
398
  'gulpfile.js'                 => 'NONE',
397
  'gulpfile.js'                 => 'NONE',
399
  'package.json'                => 'NONE',
398
  'package.json'                => 'NONE',
400
  'yarn.lock'                   => 'NONE',
399
  'yarn.lock'                   => 'NONE',
401
  'cypress.json'                => 'NONE',
400
  'cypress.config.ts'           => 'NONE',
402
  'tsconfig.json'               => 'NONE',
401
  'tsconfig.json'               => 'NONE',
403
  'webpack.config.js'           => 'NONE',
402
  'webpack.config.js'           => 'NONE',
404
};
403
};
405
- 

Return to bug 34319