diff options
author | Russ Cox <rsc@swtch.com> | 2017-09-01 13:16:43 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2017-09-01 13:25:20 -0400 |
commit | a39938859387987d5aac6201600154a68fad7c40 (patch) | |
tree | 19f70a476a063279c5d7cb23ea327fba34841431 /unix/man/mkfile | |
parent | 6cb3a2b9c3cf191c613985fc893c8a88a9b6d76f (diff) | |
download | plan9port-a39938859387987d5aac6201600154a68fad7c40.tar.gz plan9port-a39938859387987d5aac6201600154a68fad7c40.tar.bz2 plan9port-a39938859387987d5aac6201600154a68fad7c40.zip |
all: update site from swtch.com to 9fans.github.io
Diffstat (limited to 'unix/man/mkfile')
-rw-r--r-- | unix/man/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/man/mkfile b/unix/man/mkfile index 918aff8a..b80e2e18 100644 --- a/unix/man/mkfile +++ b/unix/man/mkfile @@ -31,4 +31,4 @@ MKSHELL=$PLAN9/bin/rc ./fixurls $target push:V: - rsync -e ssh -t *.html swtch:www/swtch.com/plan9port/unix/man + cp *.html $9fansweb/plan9port/unix/man |