mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
https://fedorahosted.org/freeipa/ticket/4347 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
21 lines
411 B
Makefile
21 lines
411 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/ui/css
|
|
app_DATA = \
|
|
bootstrap-datepicker3.min.css \
|
|
patternfly.css \
|
|
ipa.css \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|
|
|
|
ipa := $(wildcard ../less/*.less)
|
|
|
|
ipa.css: $(ipa)
|
|
../util/make-css.sh
|