Author: sebastian Date: 2012-03-11 21:11:37 +0000 (Sun, 11 Mar 2012) New Revision: 25519
Modified: website/trunk/Makefile Log: Make a dummy relays/ directory for Runa
Modified: website/trunk/Makefile =================================================================== --- website/trunk/Makefile 2012-03-11 03:39:56 UTC (rev 25518) +++ website/trunk/Makefile 2012-03-11 21:11:37 UTC (rev 25519) @@ -14,7 +14,7 @@ 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 @@ $(MAKE) -C "$@" WMLBASE=.. torbutton: $(MAKE) -C "$@" WMLBASE=.. +relays: + $(MAKE) -C "$@" WMLBASE=.. mirrors: ./update-mirrors.pl translations: @@ -49,4 +51,4 @@ # 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