blob: 4def69700f662c3b2109580f80c74fa10680ba2e [file] [log] [blame]
rsc78e51a82005-01-14 03:45:44 +00001MKSHELL=rc
2
rsc02f38ca2005-01-04 22:33:11 +00003check.out:V:
4 cd ../man; mk indices
5 cd ..
rsc78e51a82005-01-14 03:45:44 +00006 9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out
rsc02f38ca2005-01-04 22:33:11 +00007
rsc78e51a82005-01-14 03:45:44 +00008man:V:
9 rc ./manweb
10
11push:V:
12 rsync -e ssh -avz --delete $PLAN9/man/ swtch:www/swtch.com/plan9port/man
13 rsync -e ssh unix.html swtch:www/swtch.com/plan9port/unix/index.html
14 rsync -e ssh main.html swtch:www/swtch.com/plan9port/nindex.html
15 @{cd ../unix/man && mk push}
16 @{cd ../unix && mk push}