2005-01-14 03:45:44 +00:00
|
|
|
MKSHELL=rc
|
|
|
|
|
2005-01-04 22:33:11 +00:00
|
|
|
check.out:V:
|
|
|
|
cd ../man; mk indices
|
|
|
|
cd ..
|
2005-01-14 03:45:44 +00:00
|
|
|
9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out
|
|
|
|
|
|
|
|
man:V:
|
|
|
|
rc ./manweb
|
2005-01-04 22:33:11 +00:00
|
|
|
|
2005-01-14 03:45:44 +00:00
|
|
|
push:V:
|
2005-01-18 18:11:05 +00:00
|
|
|
rsync -r -e ssh -t --delete $PLAN9/man/ swtch.com:www/swtch.com/plan9port/man
|
|
|
|
rsync -e ssh -t unix.html swtch.com:www/swtch.com/plan9port/unix/index.html
|
|
|
|
rsync -e ssh -t main.html swtch.com:www/swtch.com/plan9port/index.html
|
|
|
|
rsync -e ssh -t ss.html swtch.com:www/swtch.com/plan9port/screenshots/index.html
|
2005-01-14 18:00:26 +00:00
|
|
|
# @{cd ../unix/man && mk push}
|
|
|
|
# @{cd ../unix && mk push}
|