mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
File dependencies added to Web UI Makefile
WebUI was not rebuilt while rebuilding RPMS. https://fedorahosted.org/freeipa/ticket/3235
This commit is contained in:
parent
8751b1a3db
commit
364e0ec5af
@ -13,5 +13,10 @@ MAINTAINERCLEANFILES = \
|
||||
*~ \
|
||||
Makefile.in
|
||||
|
||||
app.js:
|
||||
core := $(wildcard ../../src/freeipa/*.js)
|
||||
base := $(wildcard ../../src/freeipa/_base/*.js)
|
||||
widgets := $(wildcard ../../src/freeipa/widgets/*.js)
|
||||
nav := $(wildcard ../../src/freeipa/navigation/*.js)
|
||||
|
||||
app.js: $(core) $(base) $(widgets) $(nav)
|
||||
../../util/make-ui.sh
|
||||
|
Loading…
Reference in New Issue
Block a user