Roger Dingledine commited on 2011-03-12 00:55:54
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.
| ... | ... |
@@ -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/ar/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/ar/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 |