diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-14 19:43:48 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-14 19:43:48 -0600 |
commit | bc05a46912d83901c472c720c5112e315127789f (patch) | |
tree | d562b98551dfd7f5861b195a73c65b0f7a818706 /common.mk | |
parent | d10acd3ebf889fc50054b4da9c1962bad79533e1 (diff) |
add Makefiles to generate the branding
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |