update TORCVSSTABLE variables and friends
Roger Dingledine

Roger Dingledine commited on 2006-08-28 07:44:13
Zeige 3 geänderte Dateien mit 8 Einfügungen und 8 Löschungen.

... ...
@@ -5,10 +5,10 @@
5 5
 # 4. make
6 6
 # 5. scp *.html.* arma@tor.eff.org:/www/tor.eff.org/docs/
7 7
 
8
-TORCVSSTABLE = ../tor-stable
9
-TORCVSHEAD = ../tor-head
10
-#TORCVSSTABLE = /home/arma/work/onion/tor-010x/tor
11
-#TORCVSHEAD = /home/arma/work/onion/cvs/tor
8
+TORSVNSTABLE = ../tor-stable
9
+TORSVNHEAD = ../tor-head
10
+#TORSVNSTABLE = /home/arma/work/onion/svn/tor-0_1_1-patches
11
+#TORSVNHEAD = /home/arma/work/onion/svn/trunk
12 12
 
13 13
 WMLBASE = .
14 14
 SUBDIRS=docs eff gui
... ...
@@ -6,8 +6,8 @@
6 6
 <div class="main-column">
7 7
 
8 8
 <:
9
-	die "Missing manpage" unless -f "$(TORCVSHEAD)/doc/tor.1.in";
10
-	my $man = `man2html -M '' $(TORCVSHEAD)/doc/tor.1.in`;
9
+	die "Missing manpage" unless -f "$(TORSVNHEAD)/doc/tor.1.in";
10
+	my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`;
11 11
 	die "No manpage" unless $man;
12 12
 
13 13
 	$man =~ s,.*<body>,,is;
... ...
@@ -6,8 +6,8 @@
6 6
 <div class="main-column">
7 7
 
8 8
 <:
9
-	die "Missing manpage" unless -f "$(TORCVSSTABLE)/doc/tor.1.in";
10
-	my $man = `man2html -M '' $(TORCVSSTABLE)/doc/tor.1.in`;
9
+	die "Missing manpage" unless -f "$(TORSVNSTABLE)/doc/tor.1.in";
10
+	my $man = `man2html -M '' $(TORSVNSTABLE)/doc/tor.1.in`;
11 11
 	die "No manpage" unless $man;
12 12
 
13 13
 	$man =~ s,.*<body>,,is;
14 14