Author: arma Date: 2011-03-09 18:06:27 +0000 (Wed, 09 Mar 2011) New Revision: 24322
Modified: website/trunk/Makefile.common website/trunk/docs/fr/tor-manual-dev.wml Log: now the french translation builds
Modified: website/trunk/Makefile.common =================================================================== --- website/trunk/Makefile.common 2011-03-09 17:56:44 UTC (rev 24321) +++ website/trunk/Makefile.common 2011-03-09 18:06:27 UTC (rev 24322) @@ -17,8 +17,8 @@ -D DEVTAG=$(DEVTAG) \ -D STABLETAG=$(STABLETAG)
-LANGS=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn -#LANGS=en +#LANGS=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn +LANGS=en fr
WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS))) WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi )
Modified: website/trunk/docs/fr/tor-manual-dev.wml =================================================================== --- website/trunk/docs/fr/tor-manual-dev.wml 2011-03-09 17:56:44 UTC (rev 24321) +++ website/trunk/docs/fr/tor-manual-dev.wml 2011-03-09 18:06:27 UTC (rev 24322) @@ -14,9 +14,9 @@ <div id="maincol"> <: die "Missing git clone" unless -d "$(TORGIT)"; - my $man = `cat manpages/fr/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; +# my $man = `cat ../manpages/fr/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> <!-- END MAINCOL -->
tor-commits@lists.torproject.org