mirror of
https://github.com/torproject/webwml.git
synced 2025-02-18 17:08:25 +00:00
Make a dummy relays/ directory for Runa
This commit is contained in:
parent
1cfa356588
commit
83a08aa08b
6
Makefile
6
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user