git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
1c54fdc93
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
tor-manual.wml
Die on building website if the man pages are missing. This happens if the Tor sandbox defined in Makefile doesn't exist.
Roger Dingledine
commited
1c54fdc93
at 2006-08-23 05:38:26
tor-manual.wml
Blame
History
Raw
## translation metadata # Revision: $Revision$ #include "head.wmi" TITLE="manpage" <div class="main-column"> <: die "Missing manpage" unless -f "$(TORCVSSTABLE)/doc/tor.1.in"; my $man = `man2html -M '' $(TORCVSSTABLE)/doc/tor.1.in`; die "No manpage" unless $man; $man =~ s,.*<body>,,is; $man =~ s,</body>.*,,is; print $man; :> </div><!-- #main --> #include <foot.wmi>