From 6b9977f04199bf161d7171aedae9f97648c415c8 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Nov 16 2016 08:12:07 +0000 Subject: 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 Reviewed-By: Christian Heimes --- diff --git a/install/ui/css/Makefile.am b/install/ui/css/Makefile.am index 3cc6968..33dc51e 100644 --- a/install/ui/css/Makefile.am +++ b/install/ui/css/Makefile.am @@ -15,7 +15,11 @@ EXTRA_DIST = \ $(app_DATA) \ $(NULL) -ipa := $(wildcard ../less/*.less) +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