... | ... |
@@ -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: |
... | ... |
@@ -29,13 +28,15 @@ projects: |
29 | 28 |
press: |
30 | 29 |
$(MAKE) -C "$@" WMLBASE=.. |
31 | 30 |
about: |
32 |
- $(MAKE) -C "$@" WMLBASE=.. |
|
31 |
+ $(MAKE) -C "$@" WMLBASE=.. |
|
33 | 32 |
download: |
34 |
- $(MAKE) -C "$@" WMLBASE=.. |
|
33 |
+ $(MAKE) -C "$@" WMLBASE=.. |
|
35 | 34 |
getinvolved: |
36 |
- $(MAKE) -C "$@" WMLBASE=.. |
|
35 |
+ $(MAKE) -C "$@" WMLBASE=.. |
|
37 | 36 |
donate: |
38 |
- $(MAKE) -C "$@" WMLBASE=.. |
|
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 |