Roger Dingledine commited on 2011-03-09 19:06:27
Zeige 2 geänderte Dateien mit 5 Einfügungen und 5 Löschungen.
| ... | ... |
@@ -17,8 +17,8 @@ WMLOPT = \ |
| 17 | 17 |
-D DEVTAG=$(DEVTAG) \ |
| 18 | 18 |
-D STABLETAG=$(STABLETAG) |
| 19 | 19 |
|
| 20 |
-LANGS=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn |
|
| 21 |
-#LANGS=en |
|
| 20 |
+#LANGS=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn |
|
| 21 |
+LANGS=en fr |
|
| 22 | 22 |
|
| 23 | 23 |
WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS))) |
| 24 | 24 |
WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi ) |
| ... | ... |
@@ -14,9 +14,9 @@ |
| 14 | 14 |
<div id="maincol"> |
| 15 | 15 |
<: |
| 16 | 16 |
die "Missing git clone" unless -d "$(TORGIT)"; |
| 17 |
- my $man = `cat manpages/fr/tor.1.txt | asciidoc -d manpage -s -o - -`; |
|
| 18 |
- die "No manpage because of asciidoc error or file not available from git" unless $man; |
|
| 19 |
- print $man; |
|
| 17 |
+# my $man = `cat ../manpages/fr/tor.1.txt | asciidoc -d manpage -s -o - -`; |
|
| 18 |
+# die "No manpage because of asciidoc error or file not available from git" unless $man; |
|
| 19 |
+# print $man; |
|
| 20 | 20 |
:> |
| 21 | 21 |
</div> |
| 22 | 22 |
<!-- END MAINCOL --> |
| 23 | 23 |