[Koha-bugs] [Bug 32609] Remove compiled files from src

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 31 01:38:21 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609

--- Comment #22 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list