Make a dummy relays/ directory for Runa

This commit is contained in:
Sebastian Hahn 2012-03-11 21:11:37 +00:00
parent 1cfa356588
commit 83a08aa08b

View File

@ -14,7 +14,7 @@ export STABLETAG=tor-0.2.2.35
export DEVTAG=tor-0.2.3.12-alpha
WMLBASE=.
SUBDIRS=docs eff projects press about download getinvolved donate torbutton
SUBDIRS=docs eff projects press about download getinvolved donate torbutton relays
include $(WMLBASE)/Makefile.local
include $(WMLBASE)/Makefile.common
@ -38,6 +38,8 @@ donate:
$(MAKE) -C "$@" WMLBASE=..
torbutton:
$(MAKE) -C "$@" WMLBASE=..
relays:
$(MAKE) -C "$@" WMLBASE=..
mirrors:
./update-mirrors.pl
translations:
@ -49,4 +51,4 @@ qrcode:
# XXX: this also depends on all subs' wmlfiles. How to fix?
#translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
.PHONY: docs eff projects press about download getinvolved donate torbutton
.PHONY: docs eff projects press about download getinvolved donate torbutton relays