Bug 32609: (follow-up) enhance Makefile.PL
authorDavid Cook <dcook@prosentient.com.au>
Tue, 31 Jan 2023 02:31:37 +0000 (02:31 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 10 Feb 2023 14:07:56 +0000 (11:07 -0300)
commit550bb87ecb619dedb5d42a82cde46506e141c26f
tree2e6c5622f9537e51a6a24adc4efebbe8d35b69b9
parent6cf1a2654ce561bb20871d40d1878fd63c1f1284
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>
Makefile.PL
build-resources.PL