diff options
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 |