dregs from unix
This commit is contained in:
parent
10f14b04f3
commit
132fddd31c
1 changed files with 0 additions and 3 deletions
3
dist/fixurls
vendored
3
dist/fixurls
vendored
|
|
@ -23,9 +23,6 @@ for($i=0; $i<@ARGV; $i++){
|
||||||
noref($1, $2);
|
noref($1, $2);
|
||||||
}
|
}
|
||||||
|
|
||||||
$text =~ s!../man(.)/([^.]*)\.html!$2$1.html!g;
|
|
||||||
$text =~ s!(http://swtch.com/plan9port/unix)!<a href="\1">\1</a>!g;
|
|
||||||
|
|
||||||
open(OUT, ">$ARGV[$i]") || die "open $ARGV[$i]: $!";
|
open(OUT, ">$ARGV[$i]") || die "open $ARGV[$i]: $!";
|
||||||
print OUT $text;
|
print OUT $text;
|
||||||
close OUT;
|
close OUT;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue