fix the Makefile, plz stop changing this.
Andrew Lewman

Andrew Lewman commited on 2010-04-26 00:11:03
Zeige 1 geänderte Dateien mit 4 Einfügungen und 6 Löschungen.

... ...
@@ -15,12 +15,10 @@
15 15
 # 5. make
16 16
 # 6. ./publish
17 17
 
18
-TORSVNSTABLE = ../tor-stable
19
-TORGIT = ../tor/.git
20
-STABLETAG = tor-0.2.1.22
21
-DEVTAG = tor-0.2.2.12-alpha
22
-#TORSVNSTABLE = /home/arma/work/onion/git/tor-021
23
-#TORSVNHEAD = /home/arma/work/onion/git/tor
18
+#TORSVNSTABLE = /path/to/your/tor/stable
19
+#TORGIT = /path/to/your/tor/master
20
+STABLETAG = tor-0.2.1.25
21
+DEVTAG = tor-0.2.2.13-alpha
24 22
 
25 23
 WMLBASE = .
26 24
 SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press gettor vidalia
27 25