summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index a0db5d70..7cdfc836 100644
--- a/common.mk
+++ b/common.mk
@@ -1,5 +1,7 @@
topdir := $(dir $(lastword $(MAKEFILE_LIST)))
www = $(topdir)/../web-cache/www
+artwork = $(topdir)/../web-cache/artwork
+branding = $(artwork)/official-2013/optimized-text
#JSMIN = cp $1 $2
#JSMIN = compiler $1
@@ -19,4 +21,8 @@ $(www)/https/%:
wget 'http://$*' -O '$@'
touch '$@'
+$(branding)/%:
+ libregit 'git://projects.parabolagnulinux.org/artwork.git' master '$(artwork)'
+ make -C '$(branding)'
+
.PHONY: PHONY