mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
improved makefile dependencies checking, posterous connector
This commit is contained in:
parent
bbb8a4537f
commit
a18b91b73e
6 changed files with 475 additions and 13 deletions
15
Makefile
15
Makefile
|
@ -1,15 +1,4 @@
|
|||
# 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:
|
||||
@./buildtgz
|
||||
|
||||
all: $(DESTS)
|
||||
|
||||
%.tgz: %
|
||||
@echo -n Creating $@...
|
||||
@tar czf $@ $<
|
||||
@echo " Done."
|
Loading…
Add table
Add a link
Reference in a new issue