mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
7e77a6a569
Change-Id: I848df28b079ca43dfbe4f7ea6b52cdaf260fd6aa Reviewed-on: https://plan9port-review.googlesource.com/2963 Reviewed-by: Russ Cox <rsc@swtch.com>
17 lines
469 B
Makefile
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}
|