From 62e9978c520fde97505db552835be5fc6149e680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 25 Feb 2015 22:23:17 +0100 Subject: [PATCH] theme: Update README for build system integration A script is nice, but we can `make` it nicer ... --- data/theme/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/theme/README b/data/theme/README index c724bb71f..4c95dfd9a 100644 --- a/data/theme/README +++ b/data/theme/README @@ -1,8 +1,9 @@ Summary ------- -* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run - `/.parse-sass.sh` when you have the required software installed, as described below) +* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (running + `make` should do that when you have the required software installed, as described below; + run `/.parse-sass.sh` manually if it doesn't) * To be able to use the lates/adequate version of sass, install ruby, gem, sass & bundle. On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install` from the same directory this README resides in.