plan9port/dist/mkfile
Russ Cox 7e77a6a569 dist: update mk push
Change-Id: I848df28b079ca43dfbe4f7ea6b52cdaf260fd6aa
Reviewed-on: https://plan9port-review.googlesource.com/2963
Reviewed-by: Russ Cox <rsc@swtch.com>
2017-07-16 02:52:30 +00:00

17 lines
469 B
Makefile

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}