freeipa/install/ui/css/Makefile.am
Petr Spacek 6b9977f041 Build: fix file dependencies for make-css.sh
Some of .less files included by ipa.less were not listed in the
Makefile.am so some changes might not trigger rebuild.

https://fedorahosted.org/freeipa/ticket/6418

Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2016-11-16 09:12:07 +01:00

26 lines
507 B
Makefile

NULL =
appdir = $(IPA_DATA_DIR)/ui/css
app_DATA = \
bootstrap-datepicker3.min.css \
patternfly.css \
$(NULL)
nodist_app_DATA = \
ipa.css
CLEANFILES = $(nodist_app_DATA)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
ipa := $(wildcard ../less/*.less) \
../less/font-awesome/variables.less \
../less/patternfly/variables.less \
../less/bootstrap/variables.less \
../less/variables.less
ipa.css: $(ipa)
$(srcdir)/../util/make-css.sh