## translation metadata
# Revision: $Revision: 13768 $
#include "head.wmi" TITLE="Tor: manual"
# Translators shouldn't translate this file, unless they want
# to translate the whole man page too.
<:
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,.*,,is;
$man =~ s,.*,,is;
print $man;
:>
#include