add docs/torbutton.
Andrew Lewman

Andrew Lewman commited on 2014-04-24 20:46:31
Zeige 1 geänderte Dateien mit 5 Einfügungen und 4 Löschungen.

... ...
@@ -14,12 +14,11 @@ export STABLETAG=tor-0.2.4.21
14 14
 export DEVTAG=tor-0.2.5.3-alpha
15 15
 
16 16
 WMLBASE=.
17
-SUBDIRS=docs eff projects press about download getinvolved donate 
17
+SUBDIRS=docs eff projects press about download getinvolved donate docs/torbutton
18 18
 include $(WMLBASE)/Makefile.local
19
-
20 19
 include $(WMLBASE)/Makefile.common
21
-all: $(SUBDIRS)
22 20
 
21
+all: $(SUBDIRS)
23 22
 docs:
24 23
 	$(MAKE) -C "$@" WMLBASE=..
25 24
 eff:
... ...
@@ -36,6 +35,8 @@ getinvolved:
36 35
 	$(MAKE) -C "$@" WMLBASE=..
37 36
 donate:
38 37
 	$(MAKE) -C "$@" WMLBASE=..
38
+docs/torbutton:
39
+	$(MAKE) -C "$@" WMLBASE=../..
39 40
 mirrors:
40 41
 	./update-mirrors.pl
41 42
 translations:
... ...
@@ -47,4 +48,4 @@ qrcode:
47 48
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
48 49
 #translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
49 50
 
50
-.PHONY: docs eff projects press about download getinvolved donate 
51
+.PHONY: docs eff projects press about download getinvolved donate docs/torbutton
51 52