Update Community Home plugin #1

Merged
fabrixxm merged 6 commits from master into master 2011-11-14 12:04:02 +01:00
1 changed files with 15 additions and 0 deletions
Showing only changes of commit 4a21a505df - Show all commits

15
Makefile Normal file
View File

@ -0,0 +1,15 @@
# Build addons packages
SRC = buglink fortunate nsfw sniper uhremotestorage \
calc impressum oembed statusnet widgets \
communityhome js_upload piwik tictac wppost \
convert ldapauth poormancron tumblr \
facebook membersince randplace twitter
DESTS = $(addsuffix .tgz,$(SRC))
all: $(DESTS)
%.tgz: %
@echo -n Creating $@...
@tar czf $@ $<
@echo " Done."