Andrew Lewman commited on 2010-08-12 22:49:13
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -14,7 +14,7 @@ |
14 | 14 |
<div id="maincol"> |
15 | 15 |
<: |
16 | 16 |
die "Missing git clone at $(TORGIT)" unless -d "$(TORGIT)"; |
17 |
- my $man = `GIT_DIR=$(TORGIT) git show $(DEVTAG):doc/tor.1.txt | asciidoc -d manpage -s -o - -`; |
|
17 |
+ my $man = `GIT_DIR=$(TORGIT) git show $(STABLETAG):doc/tor.1.txt | asciidoc -d manpage -s -o - -`; |
|
18 | 18 |
die "No manpage because of asciidoc error or file not available from git" unless $man; |
19 | 19 |
print $man; |
20 | 20 |
:> |
21 | 21 |