mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
install/ui/build: Build core.js
The make-ui.sh script builds both app.js and core.js, but only one was specified in the Makefile. Correct the mistake. Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
50c30c8401
commit
dfbd7170e9
@ -21,3 +21,5 @@ nav := $(wildcard ../../src/freeipa/navigation/*.js)
|
||||
|
||||
app.js: $(core) $(base) $(widgets) $(nav)
|
||||
../../util/make-ui.sh
|
||||
|
||||
core.js: app.js
|
||||
|
Loading…
Reference in New Issue
Block a user