aboutsummaryrefslogtreecommitdiff
path: root/dist/mkfile
blob: e060714622a547eb2bcd7f9c66963ad479755ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}