Author: runa Date: 2011-03-09 18:13:38 +0000 (Wed, 09 Mar 2011) New Revision: 24323
Modified: website/trunk/manpages/en/tor-manual-dev.wml Log: fix the path
Modified: website/trunk/manpages/en/tor-manual-dev.wml =================================================================== --- website/trunk/manpages/en/tor-manual-dev.wml 2011-03-09 18:06:27 UTC (rev 24322) +++ website/trunk/manpages/en/tor-manual-dev.wml 2011-03-09 18:13:38 UTC (rev 24323) @@ -14,7 +14,7 @@ <div id="maincol"> <: die "Missing git clone" unless -d "$(TORGIT)"; - my $man = `cat manpages/lang/tor.1.txt | asciidoc -d manpage -s -o - -`; + my $man = `cat ../manpages/lang/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; :>