[or-cvs] r8262: i guess i have to commit the deleting part of the rename too (website/trunk/en)
arma at seul.org
arma at seul.org
Mon Aug 28 05:45:09 UTC 2006
Author: arma
Date: 2006-08-28 01:45:09 -0400 (Mon, 28 Aug 2006)
New Revision: 8262
Removed:
website/trunk/en/tor-manual-cvs.wml
Log:
i guess i have to commit the deleting part of the rename too.
Deleted: website/trunk/en/tor-manual-cvs.wml
===================================================================
--- website/trunk/en/tor-manual-cvs.wml 2006-08-28 05:44:53 UTC (rev 8261)
+++ website/trunk/en/tor-manual-cvs.wml 2006-08-28 05:45:09 UTC (rev 8262)
@@ -1,21 +0,0 @@
-## translation metadata
-# Revision: $Revision$
-
-#include "head.wmi" TITLE="manpage"
-
-<div class="main-column">
-
-<:
- die "Missing manpage" unless -f "$(TORSVNHEAD)/doc/tor.1.in";
- my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`;
- die "No manpage" unless $man;
-
- $man =~ s,.*<body>,,is;
- $man =~ s,</body>.*,,is;
-
- print $man;
-:>
-
-</div><!-- #main -->
-
-#include <foot.wmi>
More information about the tor-commits
mailing list