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

(-)a/Makefile.PL (-1 / +1 lines)
Lines 313-318 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',
316
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
317
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
317
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
318
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
318
  './docs/teams.yaml'           => { target => 'DOC_DIR', trimdir => -1 },
319
  './docs/teams.yaml'           => { target => 'DOC_DIR', trimdir => -1 },
319
- 

Return to bug 34319