[or-cvs] r22893: {website} fix the stable tag per Hahn. (website/branches/web20/docs/en)

Andrew Lewman andrew at torproject.org
Thu Aug 12 20:49:13 UTC 2010


Author: phobos
Date: 2010-08-12 20:49:13 +0000 (Thu, 12 Aug 2010)
New Revision: 22893

Modified:
   website/branches/web20/docs/en/tor-manual-dev.wml
   website/branches/web20/docs/en/tor-manual.wml
Log:
fix the stable tag per Hahn.


Modified: website/branches/web20/docs/en/tor-manual-dev.wml
===================================================================
--- website/branches/web20/docs/en/tor-manual-dev.wml	2010-08-12 20:25:46 UTC (rev 22892)
+++ website/branches/web20/docs/en/tor-manual-dev.wml	2010-08-12 20:49:13 UTC (rev 22893)
@@ -27,4 +27,4 @@
   <!-- END SIDECOL -->
 </div>
 <!-- END CONTENT -->
-#include <foot.wmi>  
+include <foot.wmi>  

Modified: website/branches/web20/docs/en/tor-manual.wml
===================================================================
--- website/branches/web20/docs/en/tor-manual.wml	2010-08-12 20:25:46 UTC (rev 22892)
+++ website/branches/web20/docs/en/tor-manual.wml	2010-08-12 20:49:13 UTC (rev 22893)
@@ -14,7 +14,7 @@
   <div id="maincol">  
     <:
     	die "Missing git clone at $(TORGIT)" unless -d "$(TORGIT)";
-    	my $man = `GIT_DIR=$(TORGIT) git show $(DEVTAG):doc/tor.1.txt | asciidoc -d manpage -s -o - -`;
+    	my $man = `GIT_DIR=$(TORGIT) git show $(STABLETAG):doc/tor.1.txt | asciidoc -d manpage -s -o - -`;
     	die "No manpage because of asciidoc error or file not available from git" unless $man;
     	print $man;
     :>



More information about the tor-commits mailing list