Author: phobos Date: 2012-03-11 22:34:29 +0000 (Sun, 11 Mar 2012) New Revision: 25521
Removed: website/trunk/relays/ Modified: website/trunk/Makefile Log: remove relays directory.
Modified: website/trunk/Makefile =================================================================== --- website/trunk/Makefile 2012-03-11 22:29:48 UTC (rev 25520) +++ website/trunk/Makefile 2012-03-11 22:34:29 UTC (rev 25521) @@ -14,7 +14,7 @@ export DEVTAG=tor-0.2.3.12-alpha
WMLBASE=. -SUBDIRS=docs eff projects press about download getinvolved donate torbutton relays +SUBDIRS=docs eff projects press about download getinvolved donate torbutton include $(WMLBASE)/Makefile.local
include $(WMLBASE)/Makefile.common @@ -38,8 +38,6 @@ $(MAKE) -C "$@" WMLBASE=.. torbutton: $(MAKE) -C "$@" WMLBASE=.. -relays: - $(MAKE) -C "$@" WMLBASE=.. mirrors: ./update-mirrors.pl translations: @@ -51,4 +49,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 relays +.PHONY: docs eff projects press about download getinvolved donate torbutton
tor-commits@lists.torproject.org