fix the stable tag per Hahn.
Andrew Lewman

Andrew Lewman commited on 2010-08-12 22:49:13
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -27,4 +27,4 @@
27 27
   <!-- END SIDECOL -->
28 28
 </div>
29 29
 <!-- END CONTENT -->
30
-#include <foot.wmi>  
30
+include <foot.wmi>  
... ...
@@ -14,7 +14,7 @@
14 14
   <div id="maincol">  
15 15
     <:
16 16
     	die "Missing git clone at $(TORGIT)" unless -d "$(TORGIT)";
17
-    	my $man = `GIT_DIR=$(TORGIT) git show $(DEVTAG):doc/tor.1.txt | asciidoc -d manpage -s -o - -`;
17
+    	my $man = `GIT_DIR=$(TORGIT) git show $(STABLETAG):doc/tor.1.txt | asciidoc -d manpage -s -o - -`;
18 18
     	die "No manpage because of asciidoc error or file not available from git" unless $man;
19 19
     	print $man;
20 20
     :>
21 21