git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b44d17935
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
tor-manual-dev.wml
Build the html manpage for the development versions of Tor from git
Sebastian Hahn
commited
b44d17935
at 2010-02-07 04:05:47
tor-manual-dev.wml
Blame
History
Raw
## translation metadata # Revision: $Revision$ #include "head.wmi" TITLE="Tor: manual" # Translators shouldn't translate this file, unless they want # to translate the whole man page too. <div class="main-column"> <: die "Missing git clone" unless -d "$(TORGIT)"; my $man = `GIT_DIR=$(TORGIT) git show $(DEVTAG):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; :> </div><!-- #main --> #include <foot.wmi>