https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609
--- Comment #22 from David Cook <[email protected]> --- If we're going to get a script file from PL_FILES to run "before" pm_to_blib, then we need to use a target that can be found in "PM". Since Jonathan removed the files, "perl Makefile.PL" creates a Makefile that doesn't include the CSS and JS targets in "PM", so they don't get copied into "blib" and don't wind up in the tarball (for tarball/package installs). If we're going to use Makefile.PL to include generated files, we just need to add them to the "PM" argument in Makefile.PL and to call build-resources.PL with an argument that can be found in "PM". (We don't want multiple arguments, or build-resources.PL will be run multiple times.) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
