blob: 06bdbb33320b8e69dff95a09bdd0b823e2bc1f3c [file] [log] [blame]
Russ Cox79ff7e42008-01-10 16:08:44 -05001MKSHELL=$PLAN9/bin/rc
rsc78e51a82005-01-14 03:45:44 +00002
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:
rsc98deccf2005-07-19 11:04:21 +00009 9 rc ./manweb
rsc78e51a82005-01-14 03:45:44 +000010
11push:V:
rsc0fcd9702005-01-18 18:11:05 +000012 rsync -r -e ssh -t --delete $PLAN9/man/ swtch.com:www/swtch.com/plan9port/man
13 rsync -e ssh -t unix.html swtch.com:www/swtch.com/plan9port/unix/index.html
14 rsync -e ssh -t main.html swtch.com:www/swtch.com/plan9port/index.html
15 rsync -e ssh -t ss.html swtch.com:www/swtch.com/plan9port/screenshots/index.html
rsc722c34e2005-01-14 18:00:26 +000016 # @{cd ../unix/man && mk push}
17 # @{cd ../unix && mk push}