[tor-commits] r26736: {website} add docs/torbutton. (website/trunk)

Andrew Lewman andrew at torproject.org
Thu Apr 24 18:46:32 UTC 2014


Author: phobos
Date: 2014-04-24 18:46:31 +0000 (Thu, 24 Apr 2014)
New Revision: 26736

Modified:
   website/trunk/Makefile
Log:
add docs/torbutton.


Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2014-04-24 16:06:12 UTC (rev 26735)
+++ website/trunk/Makefile	2014-04-24 18:46:31 UTC (rev 26736)
@@ -14,12 +14,11 @@
 export DEVTAG=tor-0.2.5.3-alpha
 
 WMLBASE=.
-SUBDIRS=docs eff projects press about download getinvolved donate 
+SUBDIRS=docs eff projects press about download getinvolved donate docs/torbutton
 include $(WMLBASE)/Makefile.local
+include $(WMLBASE)/Makefile.common
 
-include $(WMLBASE)/Makefile.common
 all: $(SUBDIRS)
-
 docs:
 	$(MAKE) -C "$@" WMLBASE=..
 eff:
@@ -29,13 +28,15 @@
 press:
 	$(MAKE) -C "$@" WMLBASE=..
 about:
-	$(MAKE) -C "$@" WMLBASE=.. 
+	$(MAKE) -C "$@" WMLBASE=..
 download:
-	$(MAKE) -C "$@" WMLBASE=.. 
+	$(MAKE) -C "$@" WMLBASE=..
 getinvolved:
-	$(MAKE) -C "$@" WMLBASE=.. 
+	$(MAKE) -C "$@" WMLBASE=..
 donate:
-	$(MAKE) -C "$@" WMLBASE=..  
+	$(MAKE) -C "$@" WMLBASE=..
+docs/torbutton:
+	$(MAKE) -C "$@" WMLBASE=../..
 mirrors:
 	./update-mirrors.pl
 translations:
@@ -47,4 +48,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 
+.PHONY: docs eff projects press about download getinvolved donate docs/torbutton



More information about the tor-commits mailing list