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 --- sitestatic/logos/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sitestatic/logos/Makefile (limited to 'sitestatic/logos') diff --git a/sitestatic/logos/Makefile b/sitestatic/logos/Makefile new file mode 100644 index 00000000..1fa00733 --- /dev/null +++ b/sitestatic/logos/Makefile @@ -0,0 +1,15 @@ +include ../../common.mk + +files = \ + apple-touch-icon-114x114.png \ + apple-touch-icon-144x144.png \ + apple-touch-icon-57x57.png \ + apple-touch-icon-72x72.png \ + icon-transparent-64x64.png + +all: $(files) +clean: + rm -f -- $(files) + +$(files): %: $(branding)/% + cp $< $@ -- cgit v1.2.3-2-g168b