Bug 32609: (follow-up) enhance Makefile.PL
authorDavid Cook <dcook@prosentient.com.au>
Tue, 31 Jan 2023 02:31:37 +0000 (02:31 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Mar 2023 12:27:45 +0000 (12:27 +0000)
commit894fec6bc771f613c8d1392677e9cc7fb683a56f
tree3d40a75042fbecb56fff747b0046ed132941221b
parent0c6a06dd00eb16c4b576a4e5ec28b6a655d3b48f
Bug 32609: (follow-up) enhance Makefile.PL

This patch adds a new target to the Makefile which gets
called as the first step of the "all" target. This means
that CSS and JS files get compiled every time "make" is
called.

(Note: Since the "install" target depends on "all", it will
 be re-run at install time.)

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 550bb87ecb619dedb5d42a82cde46506e141c26f)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Makefile.PL
build-resources.PL