From 3241c2cb3af8aeb6ec54e942ec46a9edd9299e3d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 10 Oct 2013 13:41:31 +0200 Subject: RCUE initial commit https://fedorahosted.org/freeipa/ticket/3902 --- install/ui/util/make-css.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 install/ui/util/make-css.sh (limited to 'install/ui/util/make-css.sh') diff --git a/install/ui/util/make-css.sh b/install/ui/util/make-css.sh new file mode 100755 index 00000000..755856d5 --- /dev/null +++ b/install/ui/util/make-css.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +# Authors: +# Petr Vobornik +# +# Copyright (C) 2013 Red Hat +# see file 'COPYING' for use and warranty information +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +lesscpy -x $DIR/../less/rcue.less > $DIR/../css/rcue.css +exit $? -- cgit