plan9port/dist/mkfile

18 lines
469 B
Text
Raw Normal View History

MKSHELL=$PLAN9/bin/rc
2005-01-14 03:45:44 +00:00
2005-01-04 22:33:11 +00:00
check.out:V:
cd ../man; mk indices
cd ..
2005-01-14 03:45:44 +00:00
9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out
man:V:
2005-07-19 11:04:21 +00:00
9 rc ./manweb
2005-01-04 22:33:11 +00:00
2005-01-14 03:45:44 +00:00
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
2005-01-14 18:00:26 +00:00
# @{cd ../unix/man && mk push}
# @{cd ../unix && mk push}