Make a dummy relays/ directory for Runa
Sebastian Hahn

Sebastian Hahn commited on 2012-03-11 22:11:37
Zeige 1 geänderte Dateien mit 4 Einfügungen und 2 Löschungen.

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