fix urls
This commit is contained in:
parent
add3511e9b
commit
0245a72ab4
1
dist/manweb
vendored
1
dist/manweb
vendored
@ -66,3 +66,4 @@ for (i in */[~.]*.[0-9]*){
|
||||
} >$d/$p.html
|
||||
}
|
||||
rm /tmp/manweb.html
|
||||
./fixurls $PLAN9/man/man*/*.html
|
||||
|
||||
2
dist/mkfile
vendored
2
dist/mkfile
vendored
@ -9,7 +9,7 @@ man:V:
|
||||
rc ./manweb
|
||||
|
||||
push:V:
|
||||
rsync -e ssh -t --delete $PLAN9/man/ swtch:www/swtch.com/plan9port/man
|
||||
rsync -r -e ssh -t --delete $PLAN9/man/ swtch:www/swtch.com/plan9port/man
|
||||
rsync -e ssh -t unix.html swtch:www/swtch.com/plan9port/unix/index.html
|
||||
rsync -e ssh -t main.html swtch:www/swtch.com/plan9port/index.html
|
||||
rsync -e ssh -t ss.html swtch:www/swtch.com/plan9port/screenshots/index.html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user