mirror of
https://github.com/torproject/webwml.git
synced 2024-11-23 09:49:49 +00:00
now the french translation builds
This commit is contained in:
parent
4ec2ccb84c
commit
63b57993ea
@ -17,8 +17,8 @@ WMLOPT = \
|
||||
-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 )
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user