and build the vidalia subdir too
Roger Dingledine

Roger Dingledine commited on 2009-03-23 03:04:09
Zeige 1 geänderte Dateien mit 5 Einfügungen und 3 Löschungen.

... ...
@@ -1,5 +1,5 @@
1 1
 # Directions for building the website:
2
-# 1. check out stable-tor and cvs-tor and website onto moria.
2
+# 1. check out stable-tor and development-tor and website onto moria.
3 3
 # 2. edit the two lines below to point to them.
4 4
 # 3. (edit include/versions.wmi or others if you like)
5 5
 # 4. make
... ...
@@ -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 gettor
14
+SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press gettor vidalia
15 15
 
16 16
 include $(WMLBASE)/Makefile.common
17 17
 all: $(SUBDIRS)
... ...
@@ -36,10 +36,12 @@ press:
36 36
 	$(MAKE) -C "$@" WMLBASE=..
37 37
 gettor:
38 38
 	$(MAKE) -C "$@" WMLBASE=..
39
+vidalia:
40
+	$(MAKE) -C "$@" WMLBASE=..
39 41
 mirrors:
40 42
 	./update-mirrors.pl
41 43
 
42 44
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
43 45
 translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
44 46
 
45
-.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press gettor
47
+.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press gettor vidalia
46 48