blob: e060714622a547eb2bcd7f9c66963ad479755ea9 [file] [log] [blame]
MKSHELL=$PLAN9/bin/rc
check.out:V:
cd ../man; mk indices
cd ..
9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out
man:V:
9 rc ./manweb
push:V:
gsutil -m rsync -r -d $PLAN9/man gs://swtch/www/plan9port/man
gsutil cp unix.html gs://swtch/www/plan9port/unix/index.html
gsutil cp main.html gs://swtch/www/plan9port/index.html
gsutil cp ss.html gs://swtch/www/plan9port/screenshots/index.html
# @{cd ../unix/man && mk push}
# @{cd ../unix && mk push}