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