Roger Dingledine commited on 2009-01-08 16:25:32
Zeige 2 geänderte Dateien mit 5 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -11,7 +11,7 @@ TORSVNHEAD = ../tor |
| 11 | 11 |
#TORSVNHEAD = /home/arma/work/onion/svn/trunk |
| 12 | 12 |
|
| 13 | 13 |
WMLBASE = . |
| 14 |
-SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press |
|
| 14 |
+SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press gettor |
|
| 15 | 15 |
|
| 16 | 16 |
include $(WMLBASE)/Makefile.common |
| 17 | 17 |
all: $(SUBDIRS) |
| ... | ... |
@@ -34,10 +34,12 @@ torvm: |
| 34 | 34 |
$(MAKE) -C "$@" WMLBASE=.. |
| 35 | 35 |
press: |
| 36 | 36 |
$(MAKE) -C "$@" WMLBASE=.. |
| 37 |
+gettor: |
|
| 38 |
+ $(MAKE) -C "$@" WMLBASE=.. |
|
| 37 | 39 |
mirrors: |
| 38 | 40 |
./update-mirrors.pl |
| 39 | 41 |
|
| 40 | 42 |
# XXX: this also depends on all subs' wmlfiles. How to fix? |
| 41 | 43 |
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES) |
| 42 | 44 |
|
| 43 |
-.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press |
|
| 45 |
+.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press gettor |