now the french translation builds

This commit is contained in:
Roger Dingledine 2011-03-09 18:06:27 +00:00
parent 4ec2ccb84c
commit 63b57993ea
2 changed files with 5 additions and 5 deletions

View File

@ -17,8 +17,8 @@ WMLOPT = \
-D DEVTAG=$(DEVTAG) \ -D DEVTAG=$(DEVTAG) \
-D STABLETAG=$(STABLETAG) -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=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn
#LANGS=en LANGS=en fr
WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS))) WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS)))
WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi ) WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi )

View File

@ -14,9 +14,9 @@
<div id="maincol"> <div id="maincol">
<: <:
die "Missing git clone" unless -d "$(TORGIT)"; die "Missing git clone" unless -d "$(TORGIT)";
my $man = `cat manpages/fr/tor.1.txt | asciidoc -d manpage -s -o - -`; # 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; # die "No manpage because of asciidoc error or file not available from git" unless $man;
print $man; # print $man;
:> :>
</div> </div>
<!-- END MAINCOL --> <!-- END MAINCOL -->