blob: 1421973a82e591dc5a70d3b5161eff76e6b1d30f [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:
rsc722c34e2005-01-14 18:00:26 +000012 rsync -e ssh -t --delete $PLAN9/man/ swtch:www/swtch.com/plan9port/man
13 rsync -e ssh -t unix.html swtch:www/swtch.com/plan9port/unix/index.html
14 rsync -e ssh -t main.html swtch:www/swtch.com/plan9port/nindex.html
rscbd1c6002005-01-14 20:41:26 +000015 rsync -e ssh -t ss.html swtch:www/swtch.com/plan9port/screenshots/index.html
rsc722c34e2005-01-14 18:00:26 +000016 # @{cd ../unix/man && mk push}
17 # @{cd ../unix && mk push}