summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-09-14 10:39:14 +0200
committerYorhel <git@yorhel.nl>2013-09-14 10:39:14 +0200
commit15393dd055c212418f2a4ecc2c1226a3f29d51d5 (patch)
tree45d1746e02361859e3233765774d06914e901709 /Makefile
parent881e8097c776c8be10bdb35ec1aef5174a291b08 (diff)
Makefile: Fix dependency of 'make skins'
If you don't have any style.css files yet, make won't know what files to create. It does with this shell pattern.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 318fbb13..654b9711 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ dirs: static/f/js static/ch static/cv static/sf static/st data/log www www/feeds
js: static/f/js/en.js
-skins: static/s/*/style.css
+skins: $(shell ls static/s | sed -e 's/\(.\+\)/static\/s\/\1\/style.css/g')
robots: dirs www/robots.txt static/robots.txt