From 277afcd654724fcf27bd4da66e53c9cd2d0a54af Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 17 Dec 2010 16:54:01 +0100 Subject: [PATCH] Add target to package themes --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3ad98f8..4848e1e 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,11 @@ upload: dput lupin-$(DISTRIBUTION) ../$(PACKAGE)_$(VERSION)_*.changes git push origin -ifef.zip: theme/* - ln -sf theme ifef - zip -r ifef ifef - rm ifef +ifef.zip: theme/ifef/* + cd theme; zip -r ../ifef ifef + +centreressources.zip: theme/centreressources/* + cd theme; zip -r ../centreressources centreressources clean: -rm -f ifef.zip