Blob


1 MKSHELL=rc
3 check.out:V:
4 cd ../man; mk indices
5 cd ..
6 9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out
8 man:V:
9 9 rc ./manweb
11 push:V:
12 rsync -r -e ssh -t --delete $PLAN9/man/ swtch.com:www/swtch.com/plan9port/man
13 rsync -e ssh -t unix.html swtch.com:www/swtch.com/plan9port/unix/index.html
14 rsync -e ssh -t main.html swtch.com:www/swtch.com/plan9port/index.html
15 rsync -e ssh -t ss.html swtch.com:www/swtch.com/plan9port/screenshots/index.html
16 # @{cd ../unix/man && mk push}
17 # @{cd ../unix && mk push}