summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 19:43:48 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 19:43:48 -0600
commitbc05a46912d83901c472c720c5112e315127789f (patch)
treed562b98551dfd7f5861b195a73c65b0f7a818706 /common.mk
parentd10acd3ebf889fc50054b4da9c1962bad79533e1 (diff)
add Makefiles to generate the branding
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