From bc05a46912d83901c472c720c5112e315127789f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 14 Jul 2013 19:43:48 -0600 Subject: add Makefiles to generate the branding --- common.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.mk') 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 -- cgit v1.2.3-54-g00ecf