mirror of
https://github.com/torproject/webwml.git
synced 2024-11-23 18:00:01 +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 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 )
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user