## translation metadata # Revision: $Revision$ #include "head.wmi" TITLE="Tor Project: manual" # Translators shouldn't translate this file, unless they want # to translate the whole man page too.
<: die "Missing git clone at $(TORGIT)" unless -d "$(TORGIT)"; 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; :>
#include "side.wmi" #include "info.wmi"
#include