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

(-)a/Makefile.PL (+1 lines)
Lines 314-319 my $target_map = { Link Here
314
    './clubs'                                          => 'INTRANET_CGI_DIR',
314
    './clubs'                                          => 'INTRANET_CGI_DIR',
315
    './course_reserves'                                => 'INTRANET_CGI_DIR',
315
    './course_reserves'                                => 'INTRANET_CGI_DIR',
316
    './cpanfile'                                       => 'PERL_MODULE_DIR',
316
    './cpanfile'                                       => 'PERL_MODULE_DIR',
317
    './display'                                        => 'INTRANET_CGI_DIR',
317
    './docs/history.txt'                               => { target => 'DOC_DIR', trimdir => -1 },
318
    './docs/history.txt'                               => { target => 'DOC_DIR', trimdir => -1 },
318
    './docs/contributors.yaml'                         => { target => 'DOC_DIR', trimdir => -1 },
319
    './docs/contributors.yaml'                         => { target => 'DOC_DIR', trimdir => -1 },
319
    './docs/teams.yaml'                                => { target => 'DOC_DIR', trimdir => -1 },
320
    './docs/teams.yaml'                                => { target => 'DOC_DIR', trimdir => -1 },
(-)a/rspack.config.js (-1 / +2 lines)
Lines 20-25 module.exports = [ Link Here
20
        },
20
        },
21
        entry: {
21
        entry: {
22
            erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts",
22
            erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts",
23
            display:
24
                "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/display.ts",
23
            preservation:
25
            preservation:
24
                "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts",
26
                "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts",
25
            "admin/record_sources":
27
            "admin/record_sources":
26
- 

Return to bug 14962