Blob


1 MKSHELL=$PLAN9/bin/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 gsutil -m rsync -r -d $PLAN9/man gs://swtch/www/plan9port/man
13 gsutil cp unix.html gs://swtch/www/plan9port/unix/index.html
14 gsutil cp main.html gs://swtch/www/plan9port/index.html
15 gsutil cp ss.html gs://swtch/www/plan9port/screenshots/index.html
16 # @{cd ../unix/man && mk push}
17 # @{cd ../unix && mk push}