summaryrefslogtreecommitdiffstats
path: root/install/ui/css/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/css/Makefile.am')
-rw-r--r--install/ui/css/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/css/Makefile.am b/install/ui/css/Makefile.am
index 5e0949024..1b9a1f4b3 100644
--- a/install/ui/css/Makefile.am
+++ b/install/ui/css/Makefile.am
@@ -2,8 +2,8 @@ NULL =
appdir = $(IPA_DATA_DIR)/ui/css
app_DATA = \
- bootstrap.css \
- rcue.css \
+ patternfly.css \
+ ipa.css \
$(NULL)
EXTRA_DIST = \
@@ -14,7 +14,7 @@ MAINTAINERCLEANFILES = \
*~ \
Makefile.in
-rcue := $(wildcard ../less/*.less)
+ipa := $(wildcard ../less/*.less)
-rcue.css: $(rcue)
+ipa.css: $(ipa)
../util/make-css.sh \ No newline at end of file