LP#1775466 Makefile browser client build support collab/berick/lp1775466-ang6-base-app-3.2-squash-plus-makefile
authorBill Erickson <berickxx@gmail.com>
Thu, 6 Sep 2018 15:56:31 +0000 (11:56 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Sep 2018 19:36:01 +0000 (15:36 -0400)
commit7455d317573900cca5d6e689cc2a008c1c45d40c
tree4a7d5174dfcdb40f3d0bad9d37ad80c815df297c
parent321ce47a0f7bf0f4acaaac014044a7db1e2c0063
LP#1775466 Makefile browser client build support

Adds an optional --enable-build-web-client ./configure flag for building
the AngularJS and Angular browser clients during Evergreen 'make'.  The
option is disabled by default, since it requires -developer
prerequisites.

Teach make_release to use the new --enable-build-web-client when
building browser clients.

Enable browser client building by default in make_release.  The -c flag
now disables browser client building.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/Makefile.am
Open-ILS/src/eg2/Makefile.am [new file with mode: 0644]
Open-ILS/web/Makefile.am
Open-ILS/web/js/ui/default/staff/Makefile.am [new file with mode: 0644]
build/tools/make_release
configure.ac